Skip to content

Commit

Permalink
Add directplay for Total Annihilation (#196)
Browse files Browse the repository at this point in the history
* Add directplay for Total Annihilation

* Fix wrong app id
  • Loading branch information
kasha695 authored Jan 2, 2025
1 parent d893325 commit 2abbeb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-steam/298030.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for Total Annihilation"""

from protonfixes import util


def main() -> None:
"""Multiplayer requires directplay for full functionality"""
util.protontricks('directplay')

0 comments on commit 2abbeb5

Please sign in to comment.