Skip to content

Commit

Permalink
Fix AC fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
UsernamesAreNotMyThing committed Dec 20, 2024
1 parent 0c1a630 commit 242553d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion gamefixes-steam/33230.py

This file was deleted.

8 changes: 8 additions & 0 deletions gamefixes-steam/33230.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for Assassin's Creed 2"""

from protonfixes import util


def main() -> None:
"""Game ships with outdated and not working uPlay launcher."""
util.protontricks('ubisoftconnect')
3 changes: 2 additions & 1 deletion gamefixes-steam/368500.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

def main() -> None:
"""Game ships with outdated and not working uPlay launcher."""
util.protontricks('ubisoftconnect')
util.protontricks('ubisoftconnect')
util.disable_nvapi()

0 comments on commit 242553d

Please sign in to comment.