Advertisement
Guest User

es_input.cfg /home/pi/.emulationstation

a guest
Jul 9th, 2016
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <inputList>
  3. <inputAction type="onfinish">
  4. <command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
  5. </inputAction>
  6. <inputConfig type="joystick" deviceName="Xbox 360 Wireless Receiver">
  7. <input name="start" type="button" id="7" value="1"/>
  8. <input name="pageup" type="axis" id="2" value="1"/>
  9. <input name="up" type="button" id="13" value="1"/>
  10. <input name="a" type="button" id="0" value="1"/>
  11. <input name="b" type="button" id="1" value="1"/>
  12. <input name="down" type="button" id="14" value="1"/>
  13. <input name="right" type="button" id="12" value="1"/>
  14. <input name="select" type="button" id="6" value="1"/>
  15. <input name="left" type="button" id="11" value="1"/>
  16. </inputConfig>
  17. <inputConfig type="joystick" deviceName="Xbox Gamepad (userspace driver)">
  18. <input name="pagedown" type="button" id="7" value="1"/>
  19. <input name="start" type="button" id="9" value="1"/>
  20. <input name="pageup" type="button" id="6" value="1"/>
  21. <input name="up" type="hat" id="0" value="1"/>
  22. <input name="a" type="button" id="0" value="1"/>
  23. <input name="b" type="button" id="1" value="1"/>
  24. <input name="down" type="hat" id="0" value="4"/>
  25. <input name="right" type="hat" id="0" value="2"/>
  26. <input name="select" type="button" id="8" value="1"/>
  27. <input name="left" type="hat" id="0" value="8"/>
  28. </inputConfig>
  29. </inputList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement