Skip to content

Commit f04757b

Browse files
Add fix for Yosumin. (#296)
1 parent b890192 commit f04757b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gamefixes-steam/23300.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"""Yosumin"""
2+
3+
from protonfixes import util
4+
5+
6+
def main() -> None:
7+
"""Works around a Wine bug causing the game to crash."""
8+
util.protontricks('d3dx9')

0 commit comments

Comments
 (0)