Skip to content

Commit

Permalink
Add fix for Ghostrunner 2 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueInterlude authored Dec 27, 2024
1 parent e17e2a2 commit 1058f8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-egs/umu-2144740.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for Ghost Runner 2"""

from protonfixes import util


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

0 comments on commit 1058f8c

Please sign in to comment.