diff --git a/Source/Core/Core/Movie.cpp b/Source/Core/Core/Movie.cpp index 2e209c47b2..6af7681eb7 100644 --- a/Source/Core/Core/Movie.cpp +++ b/Source/Core/Core/Movie.cpp @@ -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)