Skip to content

Commit

Permalink
gog: add fix for original resident evil
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin committed Jun 26, 2024
1 parent 095a27d commit 7510184
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gamefixes-gog/umu-1580232252.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
""" Resident Evil (1997)
"""
#pylint: disable=C0103

from protonfixes import util

def main():
util.winedll_override('ddraw', 'n,b')

0 comments on commit 7510184

Please sign in to comment.