kodi-game / game.libretro.bsnes-mercury-accuracy

Mercury BSNES GameClient for Kodi
https://github.com/libretro/bsnes-mercury/
1 stars 7 forks source link

buttonmap #6

Closed zach-morris closed 8 years ago

zach-morris commented 8 years ago

Error in buttonmap.xml

    <feature name="rightbumper" mapto="l"/>
    <feature name="leftbumper" mapto="r"/>

should be

    <feature name="rightbumper" mapto="r"/>
    <feature name="leftbumper" mapto="l"/>