From 366c9c0badbfaa87cd49dbeb5bc7e7cad9eaa716 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 28 Jan 2023 15:05:38 -0500 Subject: add xbox alias --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 016b4c9..6e13512 100644 --- a/config.py +++ b/config.py @@ -49,7 +49,7 @@ CONFIG['SNES gamepad'] = { # This is for the Gamestop Xbox style controller CONFIG["Xbox controller"] = { - "aliases": ["PDP Xbox 360 Controller","PDP Xbox 360 Controller"], + "aliases": ["PDP Xbox 360 Controller","PDP Xbox 360 Controller","Xbox 360 Controller"], "window": (420, 240), "buttons": [ # color_on, color_off, x, y, size, button_id -- cgit