diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index f09b557..f478f1d 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -33,6 +33,7 @@ #endif #ifdef HW_RVL #include +#include #endif #include "cross.h" @@ -1445,8 +1446,8 @@ 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(); + // Using UpdatePads() from src/platform/wii/input.cpp + UpdatePads(); for(int i=0; i<4; i++) {