diff --git a/gamefixes-steam/307690.py b/gamefixes-steam/307690.py deleted file mode 100755 index 34aa2cb..0000000 --- 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')