mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 03:42:49 +02:00
Remove log
This commit is contained in:
@@ -333,8 +333,6 @@
|
|||||||
joypad_wait = false;
|
joypad_wait = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
NSLog(@"%@", button);
|
|
||||||
|
|
||||||
if (!button.isPressed) return;
|
if (!button.isPressed) return;
|
||||||
if (joystick_configuration_state == -1) return;
|
if (joystick_configuration_state == -1) return;
|
||||||
if (joystick_configuration_state == GBButtonCount) return;
|
if (joystick_configuration_state == GBButtonCount) return;
|
||||||
|
Reference in New Issue
Block a user