Zlika / theodore

Libretro core for Thomson MO/TO emulation / Core Libretro pour l'émulation des ordinateurs Thomson MO/TO.
GNU General Public License v3.0
16 stars 22 forks source link

Remappable keyboard #2

Open andres-asm opened 6 years ago

andres-asm commented 6 years ago

https://github.com/Zlika/theodore/blob/a09d34dd9a51bd5ba3eb061b7fa5785ef35c1e1e/src/libretro.c#L201

Hey,

Nice little emulator. FYI, You can add an extra device (RETRO_DEVICE_KEYBOARD) and when users chose that one you get the keyboard mapper, like this which probably would give users more freedom.

Thank you for porting this to libretro, I'm not really into older computers but it's always nice to see someone embracing the API

image

Zlika commented 6 years ago

Hi! Thanks for the tip, I will have a look at it. I found the libretro API nice and quite easy to use, however it lacks some good documentation. For exemple, I have some questions on threading (cf. https://forums.libretro.com/t/threading-model-of-the-libretro-api/15836), if you know the answer please let me know. :-)