mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-26 13:34:22 +01:00
Fix the rest of the display warnings
This commit is contained in:
parent
e4a4038720
commit
c10f7972fb
@ -815,7 +815,7 @@ uint8 C64::poll_joystick_axes(int port)
|
|||||||
|
|
||||||
axes = SDL_JoystickNumAxes (js);
|
axes = SDL_JoystickNumAxes (js);
|
||||||
for (i = 0; i < axes; i++) {
|
for (i = 0; i < axes; i++) {
|
||||||
unsigned int axis;
|
int axis;
|
||||||
|
|
||||||
if (ThePrefs.JoystickAxes[i] == JOY_NONE)
|
if (ThePrefs.JoystickAxes[i] == JOY_NONE)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user