fix5: update/scan with WPAD_ScanPads() and PAD_ScanPads().

This commit is contained in:
retro100 2021-04-22 16:42:06 +02:00
parent 9e90ccefdd
commit 79fac5bb93

View File

@ -1446,6 +1446,7 @@ void GFX_Events() {
// Very important to update/scan the current pad/button states. // Very important to update/scan the current pad/button states.
// Otherwise on newer libogc versions the button states are not updated. // Otherwise on newer libogc versions the button states are not updated.
WPAD_ScanPads(); WPAD_ScanPads();
PAD_ScanPads();
for(int i=0; i<4; i++) for(int i=0; i<4; i++)
{ {