arghhh
This commit is contained in:
parent
5dfc7fdcdf
commit
1dabeec797
61 changed files with 975 additions and 351 deletions
|
|
@ -4,10 +4,26 @@
|
|||
<input name="a" type="button" id="1" value="1" />
|
||||
<input name="b" type="button" id="2" value="1" />
|
||||
<input name="down" type="axis" id="1" value="1" />
|
||||
<input name="hotkeyenable" type="button" id="8" value="1" />
|
||||
<input name="left" type="axis" id="0" value="-1" />
|
||||
<input name="right" type="axis" id="0" value="1" />
|
||||
<input name="select" type="button" id="8" value="1" />
|
||||
<input name="start" type="button" id="9" value="1" />
|
||||
<input name="up" type="axis" id="1" value="-1" />
|
||||
</inputConfig>
|
||||
<inputConfig type="joystick" deviceName="8Bitdo NES30 GamePad" deviceGUID="05000000202800000900000000010000">
|
||||
<input name="a" type="button" id="0" value="1" />
|
||||
<input name="b" type="button" id="1" value="1" />
|
||||
<input name="x" type="button" id="3" value="1" />
|
||||
<input name="y" type="button" id="4" value="1" />
|
||||
<input name="up" type="axis" id="1" value="-1" />
|
||||
<input name="down" type="axis" id="1" value="1" />
|
||||
<input name="right" type="axis" id="0" value="1" />
|
||||
<input name="left" type="axis" id="0" value="-1" />
|
||||
<input name="leftshoulder" type="button" id="6" value="1" />
|
||||
<input name="rightshoulder" type="button" id="7" value="1" />
|
||||
<input name="select" type="button" id="10" value="1" />
|
||||
<input name="start" type="button" id="11" value="1" />
|
||||
<input name="hotkeyenable" type="button" id="10" value="1" />
|
||||
</inputConfig>
|
||||
</inputList>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue