mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 19:47:40 +01:00
Clear existing GCPad state
This commit is contained in:
parent
1d5dd5db91
commit
b35c58451a
@ -1147,6 +1147,7 @@ void PlayController(GCPadStatus* PadStatus, int controllerID)
|
||||
PadStatus->substickX = s_padState.CStickX;
|
||||
PadStatus->substickY = s_padState.CStickY;
|
||||
|
||||
PadStatus->button = 0;
|
||||
PadStatus->button |= PAD_USE_ORIGIN;
|
||||
|
||||
if (s_padState.A)
|
||||
|
Loading…
x
Reference in New Issue
Block a user