Skip to content

Instantly share code, notes, and snippets.

@juangesino
Created April 8, 2014 03:56
Show Gist options
  • Save juangesino/10089055 to your computer and use it in GitHub Desktop.
Save juangesino/10089055 to your computer and use it in GitHub Desktop.
Mi archivo es_input.cfg para la RetroPie con los controles para la PS3 y un teclado
<?xml version="1.0"?>
<inputList>
<inputConfig type="keyboard">
<input name="a" type="key" id="13" value="1" />
<input name="b" type="key" id="8" value="1" />
<input name="down" type="key" id="274" value="1" />
<input name="left" type="key" id="276" value="1" />
<input name="menu" type="key" id="32" value="1" />
<input name="pagedown" type="key" id="304" value="1" />
<input name="pageup" type="key" id="0" value="1" />
<input name="right" type="key" id="275" value="1" />
<input name="select" type="key" id="9" value="1" />
<input name="up" type="key" id="273" value="1" />
</inputConfig>
<inputConfig type="joystick" deviceName="Sony PLAYSTATION(R)3 Controller">
<input name="a" type="button" id="14" value="1" />
<input name="b" type="button" id="13" value="1" />
<input name="down" type="button" id="6" value="1" />
<input name="left" type="button" id="7" value="1" />
<input name="menu" type="button" id="3" value="1" />
<input name="right" type="button" id="5" value="1" />
<input name="up" type="button" id="4" value="1" />
<input name="select" type="button" id="0" value="1" />
<input name="pagedown" type="button" id="9" value="1" />
<input name="pageup" type="button" id="8" value="1" />
</inputConfig>
</inputList>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment