Advertisement
Guest User

Untitled

a guest
May 20th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 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="GGG LED-Wiz+GP 1" deviceGUID="03000000fafa0000f000000000010000">
  7. <input name="up" type="axis" id="1" value="1"/>
  8. <input name="left" type="axis" id="0" value="-1"/>
  9. <input name="right" type="axis" id="0" value="1"/>
  10. <input name="down" type="axis" id="1" value="-1"/>
  11. <input name="a" type="button" id="2" value="1"/>
  12. </inputConfig>
  13. <inputConfig type="joystick" deviceName="Microsoft X-Box One Elite pad" deviceGUID="030000005e040000e302000003020000">
  14. <input name="rightanalogup" type="axis" id="4" value="-1"/>
  15. <input name="rightanalogdown" type="axis" id="4" value="1"/>
  16. <input name="up" type="axis" id="1" value="-1"/>
  17. <input name="left" type="axis" id="0" value="-1"/>
  18. <input name="select" type="button" id="6" value="1"/>
  19. <input name="rightanalogleft" type="axis" id="3" value="-1"/>
  20. <input name="right" type="axis" id="0" value="1"/>
  21. <input name="rightanalogright" type="axis" id="3" value="1"/>
  22. <input name="down" type="axis" id="1" value="1"/>
  23. <input name="start" type="button" id="7" value="1"/>
  24. <input name="a" type="button" id="0" value="1"/>
  25. </inputConfig>
  26. </inputList>
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement