forked from OtherCrashOverride/emulationstation-go2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathes_input.cfg
20 lines (19 loc) · 1.13 KB
/
es_input.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
i<?xml version="1.0"?>
<inputList>
<inputConfig type="joystick" deviceName="odroidgo2_joypad" deviceGUID="190000004b4800000011000000010000">
<input name="a" type="button" id="1" value="1" />
<input name="b" type="button" id="0" value="1" />
<input name="down" type="button" id="7" value="1" />
<input name="hotkeyenable" type="key" id="0" value="1" />
<input name="left" type="button" id="8" value="1" />
<input name="pageup" type="button" id="4" value="1" />
<input name="right" type="button" id="9" value="1" />
<input name="pagedown" type="button" id="5" value="1" />
<input name="select" type="button" id="12" value="1" />
<input name="start" type="button" id="13" value="1" />
<input name="up" type="button" id="6" value="1" />
<input name="x" type="button" id="2" value="1" />
<input name="y" type="button" id="3" value="1" />
<input name="prtscn" type="button" id="11" value="1" />
</inputConfig>
</inputList>