From 97908392f64e9a6c50e89327e94e3aff136e0e9c Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 5 May 2025 13:28:39 +0200 Subject: [PATCH] Update pygameControls/globals.py --- pygameControls/globals.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pygameControls/globals.py b/pygameControls/globals.py index 0f6631b..c1d0456 100644 --- a/pygameControls/globals.py +++ b/pygameControls/globals.py @@ -33,4 +33,8 @@ VID_PID = { "045e:0b21": "Xbox Series X Controller", "054c:0ce6": "DualSense Wireless Controller", "054c:0df2": "DualSense Wireless Controller", +} + +SONY_GAMEPADS = { + } \ No newline at end of file