Search found 3 matches

by cptnoremac
Fri Dec 11, 2020 11:55 pm
Forum: Snes9x Public Development Forum
Topic: Swap controller mappings
Replies: 3
Views: 17855

Re: Swap controller mappings

Awesome. I'll try that out. Thank you.
by cptnoremac
Thu Dec 10, 2020 4:45 pm
Forum: Snes9x Public Development Forum
Topic: Swap controller mappings
Replies: 3
Views: 17855

Re: Swap controller mappings

Update: I got it working. I changed controls.cpp. In the S9xSetJoypadLatch function I swapped the 0 and 1 based on the flag in Settings. The Mac version of the app seems to have trouble with gamepads, as player 2 controller constantly moves left (even without my changes). So I redid it in Windows an...
by cptnoremac
Wed Dec 09, 2020 6:37 pm
Forum: Snes9x Public Development Forum
Topic: Swap controller mappings
Replies: 3
Views: 17855

Swap controller mappings

Hi all, I have the source code opened in Xcode and I'm trying to figure out the best place to make a change to how the gamepads are mapped. What I want is for the gamepad mapped to player 2 to suddenly be mapped to player 1, based on the value of a flag I have added to Settings that's flipped on a t...