Skip to content

Commit

Permalink
buttonmap.xml: Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jan 30, 2024
1 parent 88e3c47 commit 8d436ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game.libretro.atari800/resources/buttonmap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<feature name="lefttrigger" mapto="RETRO_DEVICE_ID_JOYPAD_L3"/>
<feature name="righttrigger" mapto="RETRO_DEVICE_ID_JOYPAD_R3"/>
</controller>
<controller id="game.controller.mouse" type="RETRO_DEVICE_MOUSE">
<controller id="game.controller.mouse" type="RETRO_DEVICE_MOUSE">
<feature name="left" mapto="RETRO_DEVICE_ID_MOUSE_LEFT"/>
<feature name="right" mapto="RETRO_DEVICE_ID_MOUSE_RIGHT"/>
<feature name="button4" mapto="RETRO_DEVICE_ID_MOUSE_X"/>
<feature name="button5" mapto="RETRO_DEVICE_ID_MOUSE_Y"/>
<feature name="wheelup" mapto="RETRO_DEVICE_ID_MOUSE_WHEELUP"/>
<feature name="wheeldown" mapto="RETRO_DEVICE_ID_MOUSE_WHEELDOWN"/>
</controller>
</controller>
<controller id="game.controller.keyboard" type="RETRO_DEVICE_KEYBOARD" subclass="0">
<feature name="0" mapto="RETROK_0"/>
<feature name="1" mapto="RETROK_1"/>
Expand Down

0 comments on commit 8d436ba

Please sign in to comment.