forked from mdqinc/SDL_GameControllerDB
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Hori Pokken Tournament DX Pro Pad gamepad #3
Open
XenoAmess
wants to merge
1,273
commits into
cyanpotion:master
Choose a base branch
from
mdqinc:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
offalynne
force-pushed
the
master
branch
2 times, most recently
from
September 7, 2022 06:59
088b00e
to
8b2d1a7
Compare
thanks @figrita and Taki Discord user
This came with the Nebula Capsule Projector (Nebula is a brand of Anker) and has 3 connection modes. This mapping is made with the Android one which connected via Bluetooth on my W10.
Add GameWare joypad for Mac OS to gamecontrollerdb
Add another Xbox One controller mapping for macOS
add HyperX Clutch
Update gamecontrollerdb.txt
Firmware 1.03 changed the device name to "8BitDo Pro 2 Wired Controller".
…010000 Rename 03000000c82d00001030000011010000
GLFW has a longstanding bug that produces the incorrect GUID for the Combined Joy-Cons on Linux compared to SDL2. Add a mapping for this incorrect GUID since many games and programs use GLFW and expect these mappings to function glfw/glfw#1901
add GLFW bugged Joy-Con Linux mapping
thanks @retrogamecorps for providing 2C mappings
* Added Generic X-Box pad mapping for linux Missing mapping for this controller, issue found using godot * name cleanup --------- Co-authored-by: Alynne <[email protected]>
* Update gamecontrollerdb.txt An Afterglow Xbox 360 Controller was recognized as an Generic X-Box Controller. That made my controller happily work. I just added it to the list. * Name cleanup --------- Co-authored-by: Alynne <[email protected]>
* add 8bitdo n64 modkit linux mapping * Remove CRC, add missing keys, sort --------- Co-authored-by: Alynne <[email protected]>
* 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]>
* Added the Wish Technologies Adaptoid NA105 for Linux * Remove CRC, edit name --------- Co-authored-by: Alynne <[email protected]>
* Add Xbox One S Controller to the database * Remove CRC * Remove duplicate --------- Co-authored-by: Alynne <[email protected]>
* Adding support for DATA FROG S80 Wireless Controller on Linux Adding support for DATA FROG S80 product page: https://datafrogx.com/products/s80-wireless-controller-for-switch-switch-lite-switch-oled * Remove CRC --------- Co-authored-by: Alynne <[email protected]>
* Add support for Retro Bit Legacy16 on Linux * Remove CRC, sort keys --------- Co-authored-by: alynne o. <[email protected]>
* Add support for Nacon Revolution 5 Pro on Linux * Remove CRC --------- Co-authored-by: alynne o. <[email protected]>
thanks @Moskeeto93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For other people:
This pull request is used as a trigger to detect whether gabomdq:master updates.
So we will never close/merge this pr.
thanks.