mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 11:11:48 +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 */
|
/* autodetect connected Wii Controllers */
|
||||||
while (i++ < 4)
|
do
|
||||||
{
|
{
|
||||||
exp = 255;
|
exp = 255;
|
||||||
WPAD_Probe(i, &exp);
|
WPAD_Probe(i, &exp);
|
||||||
@ -1462,7 +1462,9 @@ void gx_input_SetDefault(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
i++;
|
||||||
}
|
}
|
||||||
|
while (i < 4);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Autodetect Gamecube Controllers */
|
/* Autodetect Gamecube Controllers */
|
||||||
|
Loading…
Reference in New Issue
Block a user