mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Unused var
This commit is contained in:
parent
80d952aeb1
commit
a3a9e1ce0d
@ -867,7 +867,6 @@ uint8 C64::poll_joystick_buttons(int port)
|
||||
int i;
|
||||
|
||||
for (i = 0; i < SDL_JoystickNumButtons (js); i++) {
|
||||
bool old = this->joy_button_pressed[i];
|
||||
bool cur = SDL_JoystickGetButton (js, i) ? true : false;
|
||||
int kc = ThePrefs.JoystickButtons[i];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user