mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +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);
|
||||
for (i = 0; i < axes; i++) {
|
||||
unsigned int axis;
|
||||
int axis;
|
||||
|
||||
if (ThePrefs.JoystickAxes[i] == JOY_NONE)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user