Bugfix: Update/scan the current pad/button states.

This commit is contained in:
retro100 2021-04-20 22:17:34 +02:00
parent 3a9e60e7fa
commit e602def726

View File

@ -1557,6 +1557,10 @@ bool GFX_IsFullscreen(void) {
void GFX_Events() {
#ifdef HW_RVL
// Very important to update/scan the current pad/button states.
// Otherwise on newer libogc versions the button states are not updated.
WPAD_ScanPads();
// check for home button
u32 btns;
for(int i=0; i<4; i++)