From 9de270edb5a4419705f1e4aa816e3cf4c490e4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Tue, 23 Jan 2024 09:43:02 +0100 Subject: [PATCH] proton: Enable the new SDL 2.30 Steam Input integration. CW-Bug-Id: #23185 --- proton | 3 --- 1 file changed, 3 deletions(-) diff --git a/proton b/proton index baf0720d..30af9be1 100755 --- a/proton +++ b/proton @@ -1546,9 +1546,6 @@ if __name__ == "__main__": log("No compat data path?") sys.exit(1) - # CW-Bug-Id: #23185 Avoid triggering new SDL 2.30 behavior. - os.environ.pop('SteamVirtualGamepadInfo', None) - g_proton = Proton(os.path.dirname(sys.argv[0])) g_proton.cleanup_legacy_dist()