WidescreenFixesPack icon indicating copy to clipboard operation
WidescreenFixesPack copied to clipboard

[NFSMW] Swapped buttons

Open Killer66 opened this issue 4 years ago • 1 comments

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.

Killer66 avatar Jan 08 '21 22:01 Killer66

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

lastblade avatar Feb 08 '22 16:02 lastblade

Closing this issue, NFS XtendedInput has this resolved.

HarGabt avatar Oct 12 '22 11:10 HarGabt