recalbox / recalbox-configgen

Emulators configuration tools for recalboxOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kodi - Wrong button mapping

alex-pex opened this issue · comments

"a": "y", "b": "a", "x": "b", "y": "x",

There's something wrong with the button mapping. I suppose this file should map SNES buttons to X360 buttons. In that case, this line should be :

"a": "b", "b": "a", "x": "y", "y": "x",

With this modification, I get proper button mapping.