From 256f1cfa66208d5c0ebd973981bcc041469020c7 Mon Sep 17 00:00:00 2001 From: BlueInterlude <180455074+BlueInterlude@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:18:45 -0500 Subject: [PATCH] Add fix for [REDACTED] (EGS) --- gamefixes-egs/umu-2229940.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gamefixes-egs/umu-2229940.py diff --git a/gamefixes-egs/umu-2229940.py b/gamefixes-egs/umu-2229940.py new file mode 100644 index 00000000..5103c142 --- /dev/null +++ b/gamefixes-egs/umu-2229940.py @@ -0,0 +1,8 @@ +"""Game fix for [REDACTED]""" + +from protonfixes import util + + +def main() -> None: + # Requires vcrun2022 to launch + util.protontricks('vcrun2022')