Timecraft / retro-games

A to-be elementary OS app for running libretro cores
GNU General Public License v3.0
3 stars 1 forks source link

Partially fix keyboard #8

Closed alice-mkh closed 4 years ago

alice-mkh commented 4 years ago
  1. private int total_buttons_retro_joypad = 15; <- should be 16. Use array.length instead to avoid that in future

  2. Set keyboard for player 2 if there's a gamepad.

Timecraft commented 4 years ago

private int total_buttons_retro_joypad = 15; <- should be 16. Use array.length instead to avoid that in future

I’m such a coding newb >.<