diff --git a/gamefixes-steam/15750.py b/gamefixes-steam/15750.py new file mode 100644 index 00000000..3627b1ff --- /dev/null +++ b/gamefixes-steam/15750.py @@ -0,0 +1,8 @@ +""" Oddworld: Stranger's Wrath HD +""" +#pylint: disable=C0103 + +from protonfixes import util + +def main(): + util.protontricks('mfc90') # The game crashes on launch without mfc90 diff --git a/gamefixes-zoomplatform/umu-15750.py b/gamefixes-zoomplatform/umu-15750.py new file mode 120000 index 00000000..de697f55 --- /dev/null +++ b/gamefixes-zoomplatform/umu-15750.py @@ -0,0 +1 @@ +../gamefixes-steam/15750.py \ No newline at end of file