Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for PDP REALMz Wired Controller Switch (#790)
* Add support for PDP REALMz Wired Controller Switch I'm doing this for a user of OpenGOAL, who claims the generated mapping works. The user provided the following output. ``` SDL2 Gamepad Tool v1.2 by General Arcade (compiled with SDL version 2.0.7, DLL version 2.0.7) Website: http://generealarcade.com/gamepadtool/ Searching gamepads... Found 1 gamepad(s): "PDP REALMz Wired Controller Switch - Sonic The Hedgehog", 030000006f0e00008901000000000000 Environment variable "SDL_GAMECONTROLLERCONFIG" is not defined Checking if new mappings available from github: https://github.com/gabomdq/SDL_GameControllerDB Mapping string: '030000006f0e00008901000000000000,PDP REALMz Wired Controller Switch - Sonic The Hedgehog,platform:Windows,a:b1,b:b2,x:b0,y:b3,back:b8,guide:b12,start:b9,leftstick:b10,rightstick:b11,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:b6,righttrigger:b7,' Searching gamepads... Found 1 gamepad(s): "PDP REALMz Wired Controller Switch - Sonic The Hedgehog", 030000006f0e00008901000000000000 (mapping available) GitHub ``` * Clean up --------- Co-authored-by: Alynne <[email protected]>
- Loading branch information