Skip to content
Permalink
Browse files
Merge pull request #8100 from flagrama/input-while-replaying-dtm
Clear existing GCPadStatus when playing back DTM files
  • Loading branch information
stenzek committed May 14, 2019
2 parents 1d5dd5d + b35c584 commit f43515e
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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)

0 comments on commit f43515e

Please sign in to comment.