diff options
-rw-r--r-- | src/setup/joystick.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/setup/joystick.c b/src/setup/joystick.c index 4cc62fe1..2d39470a 100644 --- a/src/setup/joystick.c +++ b/src/setup/joystick.c @@ -269,6 +269,12 @@ static const known_joystick_t known_joysticks[] = xbox360_controller, }, + { + "Controller (XBOX One For Windows)", + 5, 10, 1, + xbox360_controller, + }, + // Xbox 360 controller as it appears on Linux. { "Microsoft X-Box 360 pad", |