libretro / dosbox-libretro

Port of DOSBox (upstream) to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

Add support for more than 2 keyboards. Fixes #57 #85

Closed sergiou87 closed 6 years ago

sergiou87 commented 6 years ago

DOSBox is limited to only 2 joysticks/gamepads, but it can handle more players using the keyboard.

This PR just adds 3 players that only support keyboard (aside from RetroPad, of course) to the list of ports.

sergiou87 commented 6 years ago

FWIW in order to use this new feature properly, this other PR needs to be merged in the RetroArch repo: https://github.com/libretro/RetroArch/pull/6774