Skip to content

Commit

Permalink
Merge pull request #12819 from n2qz/feature/atari-fightstick
Browse files Browse the repository at this point in the history
Add controller mapping for Atari Single Player USB Fightstick
  • Loading branch information
n2qz authored Nov 2, 2024
2 parents c7f23bf + ce5f456 commit 095010c
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5379,4 +5379,25 @@
<input name="x" type="button" id="2" value="1" code="290" />
<input name="y" type="button" id="3" value="1" code="291" />
</inputConfig>
<inputConfig type="joystick" deviceName="Baolian industry Co., Ltd TS-UAIB-V1 GKM HUB" deviceGUID="03000000be3200003214000011010000">
<input name="a" type="button" id="5" value="1" code="293" />
<input name="b" type="button" id="4" value="1" code="292" />
<input name="down" type="hat" id="0" value="4" />
<input name="hotkey" type="button" id="8" value="1" code="296" />
<input name="joystick1left" type="axis" id="0" value="-1" code="0" />
<input name="joystick1up" type="axis" id="1" value="-1" code="1" />
<input name="l2" type="button" id="7" value="1" code="295" />
<input name="l3" type="button" id="10" value="1" code="298" />
<input name="left" type="hat" id="0" value="8" />
<input name="pagedown" type="button" id="2" value="1" code="290" />
<input name="pageup" type="button" id="3" value="1" code="291" />
<input name="r2" type="button" id="6" value="1" code="294" />
<input name="r3" type="button" id="11" value="1" code="299" />
<input name="right" type="hat" id="0" value="2" />
<input name="select" type="button" id="8" value="1" code="296" />
<input name="start" type="button" id="9" value="1" code="297" />
<input name="up" type="hat" id="0" value="1" />
<input name="x" type="button" id="1" value="1" code="289" />
<input name="y" type="button" id="0" value="1" code="288" />
</inputConfig>
</inputList>

0 comments on commit 095010c

Please sign in to comment.