Skip to content

Commit

Permalink
Merge pull request #17 from KOPRajs/controller-topology
Browse files Browse the repository at this point in the history
Fix button maps
  • Loading branch information
garbear authored Dec 9, 2023
2 parents 4abd113 + bf3606a commit 776f8a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions game.libretro.mupen64plus-nx/resources/buttonmap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
<feature name="a" mapto="RETRO_DEVICE_ID_JOYPAD_B"/>
<feature name="b" mapto="RETRO_DEVICE_ID_JOYPAD_Y"/>
<feature name="cup" mapto="RETRO_DEVICE_INDEX_ANALOG_RIGHT" direction="up"/>
<feature name="cdown" mapto="RETRO_DEVICE_INDEX_ANALOG_RIGHT" direction="down"/>
<feature name="cright" mapto="RETRO_DEVICE_INDEX_ANALOG_RIGHT" direction="right"/>
<feature name="cdown" mapto="RETRO_DEVICE_INDEX_ANALOG_RIGHT" direction="down"/>
<feature name="cleft" mapto="RETRO_DEVICE_INDEX_ANALOG_RIGHT" direction="left"/>
<feature name="start" mapto="RETRO_DEVICE_ID_JOYPAD_START"/>
<feature name="up" mapto="RETRO_DEVICE_ID_JOYPAD_UP"/>
<feature name="down" mapto="RETRO_DEVICE_ID_JOYPAD_DOWN"/>
<feature name="right" mapto="RETRO_DEVICE_ID_JOYPAD_RIGHT"/>
<feature name="down" mapto="RETRO_DEVICE_ID_JOYPAD_DOWN"/>
<feature name="left" mapto="RETRO_DEVICE_ID_JOYPAD_LEFT"/>
<feature name="leftbumper" mapto="RETRO_DEVICE_ID_JOYPAD_L"/>
<feature name="rightbumper" mapto="RETRO_DEVICE_ID_JOYPAD_R"/>
<feature name="z" mapto="RETRO_DEVICE_ID_JOYPAD_L2"/>
<feature name="analogstick" mapto="RETRO_DEVICE_INDEX_ANALOG_LEFT"/>
<feature name="motor" mapto="RETRO_RUMBLE_WEAK"/>
<feature name="motor" mapto="RETRO_RUMBLE_WEAK"/>
</controller>
</buttonmap>

0 comments on commit 776f8a6

Please sign in to comment.