Skip to content

Commit

Permalink
Add fix for Sifu (EGS) (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueInterlude authored Dec 31, 2024
1 parent 48fcb33 commit d893325
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-egs/umu-2138710.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for Sifu"""

from protonfixes import util


def main() -> None:
# Requires vcrun2022 to launch
util.protontricks('vcrun2022')

0 comments on commit d893325

Please sign in to comment.