From b35c58451a28a5ab55a77f569b41f0d61fc24d53 Mon Sep 17 00:00:00 2001 From: Vincent Cunningham Date: Tue, 14 May 2019 02:53:17 -0400 Subject: [PATCH] Clear existing GCPad state --- Source/Core/Core/Movie.cpp | 1 + 1 file changed, 1 insertion(+) 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)