Closed alice-mkh closed 4 years ago
private int total_buttons_retro_joypad = 15; <- should be 16. Use array.length instead to avoid that in future
private int total_buttons_retro_joypad = 15;
Set keyboard for player 2 if there's a gamepad.
I’m such a coding newb >.<
private int total_buttons_retro_joypad = 15;
<- should be 16. Use array.length instead to avoid that in futureSet keyboard for player 2 if there's a gamepad.