WidescreenFixesPack
WidescreenFixesPack copied to clipboard
[NFSMW] Swapped buttons
Using the improved joystick option, but only circle is indeed circle. Triangle, X and square are all swapped.
Anyone has a solution? I'm using a USB adapter and playing with a PS2 controller.
I was having the same issue here with my DS4. I managed to fix this by commenting those lines at the code :
(uint32_t)(dword_91FABC) = 0; // "Enter"; changed B to A (uint32_t)(dword_91FAF0) = 1; // "ESC"; changed X to B
Closing this issue, NFS XtendedInput has this resolved.