Skip to content

Commit 69af969

Browse files
committed
add breath of fire 4 (gog)
1 parent 16c516f commit 69af969

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gamefixes-gog/umu-1587885678.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"""Game fix for Breath of Fire IV"""
2+
3+
from protonfixes import util
4+
5+
def main() -> None:
6+
"""Load shipped dlls"""
7+
util.winedll_override("ddraw", "n,b")
8+
util.winedll_override("dinput", "n,b")

0 commit comments

Comments
 (0)