kodi-game / game.libretro.pcsx-rearmed

PCSX ReARMed game client for XBMC
https://github.com/libretro/pcsx_rearmed
4 stars 11 forks source link

Typo in button.xml #11

Closed matejmosko closed 6 years ago

matejmosko commented 6 years ago

In file resources/button.xml I have probably found a typo in these lines: <controller id="game.controller.ps.gamepad" type="RETOR_DEVICE_JOYPAD"> and <controller id="game.controller.ps.dualanalog" type="RETOR_DEVICE_ANALOG">

It should probably be <controller id="game.controller.ps.gamepad" type="RETRO_DEVICE_JOYPAD"> and <controller id="game.controller.ps.dualanalog" type="RETRO_DEVICE_ANALOG">

I have checked in other cores and it is definitely RETRO there. I don't know whether this means something for the buttonmap itself, but it seems so.

garbear commented 6 years ago

Thanks for catching. I also pushed fixes to some other emulators: Beetle PSX, Rustation, Yabause and PPSSPP