From 0222293c6a88ab5bcb9424c562029da4d16037f2 Mon Sep 17 00:00:00 2001 From: kasha695 <67257234+kasha695@users.noreply.github.com> Date: Sun, 15 Dec 2024 21:15:00 +0000 Subject: [PATCH] Remove Crysis (17300) fixes The Esync and d3dcompiler_43 issues are both no longer present in the game --- gamefixes-steam/17300.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 gamefixes-steam/17300.py diff --git a/gamefixes-steam/17300.py b/gamefixes-steam/17300.py deleted file mode 100755 index 20c77425..00000000 --- a/gamefixes-steam/17300.py +++ /dev/null @@ -1,12 +0,0 @@ -"""Game fix for Crysis""" - -from protonfixes import util - - -def main() -> None: - """Installs d3dcompiler_43, disables esync""" - # https://github.com/ValveSoftware/Proton/issues/178#issuecomment-422986182 - util.protontricks('d3dcompiler_43') - - # https://github.com/ValveSoftware/Proton/issues/178#issuecomment-415201326 - util.disable_esync()