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…
Reference in New Issue