Homepage › Forums › RetroPie Project › Controller Configuration in RetroPie › Tried Logitech 310 after 510 › Reply To: Tried Logitech 310 after 510
01/12/2016 at 02:09
#113743
herbfargus
Member
Alright here you are:
<?xml version="1.0"?>
<inputList>
<inputAction type="onfinish">
<command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
</inputAction>
<inputConfig type="joystick" deviceName="Logitech Gamepad F310">
<input name="pagedown" type="button" id="5" value="1"/>
<input name="start" type="button" id="7" value="1"/>
<input name="pageup" type="button" id="4" value="1"/>
<input name="up" type="hat" id="0" value="1"/>
<input name="a" type="button" id="1" value="1"/>
<input name="b" type="button" id="0" value="1"/>
<input name="down" type="hat" id="0" value="4"/>
<input name="right" type="hat" id="0" value="2"/>
<input name="select" type="button" id="6" value="1"/>
<input name="left" type="hat" id="0" value="8"/>
</inputConfig>
</inputList>
But yes I usually prefer to start from a fresh image (also just as a side note, in the future when emulationstation is updated from the script it should be generated automatically if its missing https://github.com/RetroPie/RetroPie-Setup/commit/1bafde93d96820d8219ad1512e32eed3ffde24c8 )