mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-12-28 11:31:51 +01:00
fix5: update/scan with WPAD_ScanPads() and PAD_ScanPads().
This commit is contained in:
parent
9e90ccefdd
commit
79fac5bb93
@ -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++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user