mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-13 06:15:07 +01:00
[Wii] fixed default input configuration
This commit is contained in:
parent
46f3e640e8
commit
2656abe7af
@ -1420,7 +1420,7 @@ void gx_input_SetDefault(void)
|
||||
}
|
||||
|
||||
/* autodetect connected Wii Controllers */
|
||||
while (i++ < 4)
|
||||
do
|
||||
{
|
||||
exp = 255;
|
||||
WPAD_Probe(i, &exp);
|
||||
@ -1462,7 +1462,9 @@ void gx_input_SetDefault(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
i++;
|
||||
}
|
||||
while (i < 4);
|
||||
#endif
|
||||
|
||||
/* Autodetect Gamecube Controllers */
|
||||
|
Loading…
Reference in New Issue
Block a user