mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
Merge pull request #8100 from flagrama/input-while-replaying-dtm
Clear existing GCPadStatus when playing back DTM files
This commit is contained in:
commit
f43515ea76
@ -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