From 7510184fed24495e58de521dc2d8277554d289a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lidwin?= Date: Wed, 26 Jun 2024 14:14:36 +0200 Subject: [PATCH] gog: add fix for original resident evil --- gamefixes-gog/umu-1580232252.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gamefixes-gog/umu-1580232252.py diff --git a/gamefixes-gog/umu-1580232252.py b/gamefixes-gog/umu-1580232252.py new file mode 100644 index 00000000..06560be7 --- /dev/null +++ b/gamefixes-gog/umu-1580232252.py @@ -0,0 +1,9 @@ +""" Resident Evil (1997) +""" +#pylint: disable=C0103 + +from protonfixes import util + +def main(): + util.winedll_override('ddraw', 'n,b') +