From 79fac5bb93201e284b3e20115c15ad35de244bcd Mon Sep 17 00:00:00 2001 From: retro100 Date: Thu, 22 Apr 2021 16:42:06 +0200 Subject: [PATCH] fix5: update/scan with WPAD_ScanPads() and PAD_ScanPads(). --- src/gui/sdlmain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index 1f2da6f..f09b557 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -1446,6 +1446,7 @@ void GFX_Events() { // Very important to update/scan the current pad/button states. // Otherwise on newer libogc versions the button states are not updated. WPAD_ScanPads(); + PAD_ScanPads(); for(int i=0; i<4; i++) {