added emulationstation config files to repo
This commit is contained in:
parent
dd93a90297
commit
2fd19206c3
4 changed files with 147 additions and 0 deletions
13
.config/emulationstation/es_input.cfg
Normal file
13
.config/emulationstation/es_input.cfg
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<inputList>
|
||||
<inputConfig type="joystick" deviceName="USB Gamepad " deviceGUID="03000000790000001100000010010000">
|
||||
<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="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>
|
||||
</inputList>
|
||||
Loading…
Add table
Add a link
Reference in a new issue