-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Mayflash Nintendo 64 adapter support #6079
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
Comments
I've found the mappings for this adapter with the original Nintendo 64 controller:
One issue to note is, it collides with HuiJia SNES Controller. |
I'm working on a change for SDL 2.26.0 that will allow us to create mappings for controllers with the same VID/PID to address exactly this issue. Once that's in, we can create new mappings and create PRs for them. |
Feel free to create a PR using the latest SDL code in main, which should create mappings for the Mayflash N64 adapter that won't collide with the HuiJia SNES controller. I'll close this for now, since we can't accept conflicting mappings upstream. |
I backed out this mapping because of the collision with the HuiJia SNES Controller. We'll have to regenerate this mapping using the new controllermap program to get the correct CRC for the Mayflash PC043 adapter. |
Understood. I'm not familiar with this program. |
It's a test program in the SDL source archive: The exact method to build it depends on your environment, but you can build it with Visual Studio in the VisualC directory or on the command line using configure and make in the test directory. |
As of right now, the latest joystick DB does not include mappings for the Mayflower Nintendo 64 USB adapter.
https://www.mayflash.com/product/showproduct.php?id=19
It does seem to show up in https://github.com/gabomdq/SDL_GameControllerDB/blob/master/gamecontrollerdb.txt .
Is there any reason to exclude this specific mapping, or can it be added via pull request?
See
The text was updated successfully, but these errors were encountered: