Commit History

Author SHA1 Message Date
  Sam Lantinga bb33eb409e Fixed detecting the Steam Virtual Gamepad on macOS 1 year ago
  Sam Lantinga cd8ea5e3f1 Only use the default gamepad mapping if an automatic mapping isn't available 1 year ago
  Sam Lantinga b8daf14fe5 If a mapping specifies a crc, don't match for controllers that don't have that CRC 2 years ago
  Sam Lantinga 528b71284f Added support for the 6-button SEGA Mega Drive Control Pad for Nintendo Online 2 years ago
  Sam Lantinga 627e15871a SDL_GameControllerGetAppleSFSymbolsNameForAxis() returns NULL if the symbol isn't found 2 years ago
  Sam Lantinga b87116ff03 SDL_GameControllerGetAppleSFSymbolsNameForButton() returns NULL if the symbol isn't found 2 years ago
  Sam Lantinga b6e97d9ff0 Fixed Xcode warnings 2 years ago
  Sam Lantinga ca3b8fe91d Fixed build 2 years ago
  Sam Lantinga c309546e8c Fixed warning: no previous prototype for function 'SDL_GetGameControllerTypeFromString' [-Wmissing-prototypes] 2 years ago
  Sam Lantinga 0fc3574464 Updated copyright for 2024 2 years ago
  Sylvain 3a8032f491 Make sure the string is terminated, fixed invalid read in SDL_PrivateGameControllerParseControllerConfigString() 2 years ago
  Sam Lantinga 7bb0e839a6 Added Steam Input API support for game controllers 2 years ago
  Sam Lantinga 79a8e8cf04 Make built-in joystick device lists extendable by using hints 2 years ago
  Sam Lantinga 6526c4d0fc Refactor VIDPID list loading code 2 years ago
  Ethan Lee 757c984ddb gamecontroller: Backport 3.0 'type:' field to 2.0 2 years ago
  Sam Lantinga 546bab0a8c Fixed the GameCube HIDAPI controller mapping 2 years ago
  Sam Lantinga dcd21d042f Improved GCController handling on Apple platforms 2 years ago
  Anonymous Maarten d81d986858 cmake: fix uses of undefined macro identifiers (-Wundef) 2 years ago
  Sam Lantinga 03f29c19dc Added support for the Dragonrise GameCube adapter with VID 0x1843 2 years ago
  Sylvain Becker a14b948b6c [SDL2] pointer boolean (#8523) 2 years ago
  Mathieu Eyraud 82cd3bfe1c Add missing break 2 years ago
  Sam Lantinga 0f940cb6ce Added support for the Nintendo Online Famicom controllers 2 years ago
  Sam Lantinga 271e03f0d7 Added support for the PowerA Fusion Pro Wireless Controller in Bluetooth mode 2 years ago
  Sam Lantinga 35c7884929 Use the automatic mapping instead of a hardcoded one for Xbox controllers on Linux 2 years ago
  Sam Lantinga 0d76380042 Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 3 years ago
  Sam Lantinga f47a08ab84 Fixed typo in previous cherry-pick 3 years ago
  Sam Lantinga 660fc89967 Don't clobber an existing entry with a different version when adding a gamepad mapping 3 years ago
  Sam Lantinga 0479df53ca Updated copyright for 2023 3 years ago
  Sam Lantinga 903df79b2d Make sure we match the same way when adding a mapping and looking up a mapping 3 years ago
  Sam Lantinga 7a9966af9d Fixed crash in SDL_PrivateGameControllerRefreshMapping() 3 years ago