Skip to content

Commit 89f3c2a

Browse files
committed
Add fix for Ghostunner 1 (EGS and GOG)
1 parent 0cae93d commit 89f3c2a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

gamefixes-egs/umu-1139900.py

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"""Game fix for Ghostrunner"""
2+
3+
from protonfixes import util
4+
5+
6+
def main() -> None:
7+
# Requires vcrun2022 to launch
8+
util.protontricks('vcrun2022')

gamefixes-gog/umu-1139900.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../gamefixes-egs/umu-1139900.py

0 commit comments

Comments
 (0)