-
Notifications
You must be signed in to change notification settings - Fork 522
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
Fix Mame UI_DOWN and UI_RIGHT joystick auto-mapping #12893
base: master
Are you sure you want to change the base?
Fix Mame UI_DOWN and UI_RIGHT joystick auto-mapping #12893
Conversation
sorry this will break other controllers. here is an example of my output with my controller...
|
The controller I experienced this with was an Xarcade Tankstick set to mode 3. I'll do testing with other controllers and look closer at the code. I was testing on 40 as well, not main. Any other data I can provide or other items I should be looking at? I traced into |
I was able to make it fail with a Xbox One controller. On the Tankstick I'm having issues with though, the logic works for gameplay, it's only an issue in the service menu. Would it make sense to remove the UI specific section and set UI navigation using P1 controls and appending the keyboard stuff there? I see why it's like that now too since |
Changed to copy P1 controls and prepend keycodes. Tested on the following controllers / systems: |
This fixes issue #8565 where the internal Mame menu configuration was being written with the same joystick values for left/right and up/down, resulting in not being able to navigate the menu.