Skip to content

Commit

Permalink
Merge branch 'Open-Wine-Components:master' into features
Browse files Browse the repository at this point in the history
  • Loading branch information
UsernamesAreNotMyThing authored Jan 30, 2025
2 parents dc4fd06 + 7b8c2bb commit d35d701
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gamefixes-gog/umu-1597741823.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Dino Crisis 2"""
# GOG-ID 1597741823

from protonfixes import util


def main() -> None:
util.winedll_override('ddraw', 'n,b')
util.winedll_override('dinput', 'n,b')
9 changes: 9 additions & 0 deletions gamefixes-gog/umu-1661434114.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Dino Crisis"""
# GOG-ID 1661434114

from protonfixes import util


def main() -> None:
util.winedll_override('ddraw', 'n,b')
util.winedll_override('dinput', 'n,b')

0 comments on commit d35d701

Please sign in to comment.