From a34378d7fd17b1f27f6a924ffc39108efbb9ef8e Mon Sep 17 00:00:00 2001 From: Tiagoquix <30274161+Tiagoquix@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:14:33 -0300 Subject: [PATCH] Delete fix for Sleeping Dogs: DE --- gamefixes-steam/307690.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 gamefixes-steam/307690.py diff --git a/gamefixes-steam/307690.py b/gamefixes-steam/307690.py deleted file mode 100755 index 34aa2cb7..00000000 --- a/gamefixes-steam/307690.py +++ /dev/null @@ -1,13 +0,0 @@ -"""Game fix for Sleeping Dogs: Definitive Edition -Note: It does not work with WINED3D. -After the game start fullscreen and resolution can be set from game display settings. -Sometimes the game is crashing. -""" - -from protonfixes import util - - -def main() -> None: - """Set virtual desktop""" - # https://github.com/ValveSoftware/Proton/issues/872 - util.protontricks('vd=1280x720')