Advertisement
Guest User

Untitled

a guest
Jun 29th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. es_input.cfg
  2. <?xml version="1.0"?>
  3. <inputList>
  4. <inputAction type="onfinish">
  5. <command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
  6. </inputAction>
  7. <inputConfig type="joystick" deviceName="Logitech Logitech Cordless RumblePad 2">
  8. <input name="pagedown" type="button" id="7" value="1"/>
  9. <input name="start" type="button" id="9" value="1"/>
  10. <input name="pageup" type="button" id="6" value="1"/>
  11. <input name="up" type="hat" id="0" value="1"/>
  12. <input name="a" type="button" id="1" value="1"/>
  13. <input name="b" type="button" id="2" value="1"/>
  14. <input name="down" type="hat" id="0" value="4"/>
  15. <input name="right" type="hat" id="0" value="2"/>
  16. <input name="select" type="button" id="8" value="1"/>
  17. <input name="left" type="hat" id="0" value="8"/>
  18. </inputConfig>
  19. </inputList>
  20.  
  21.  
  22. es_input.cfg.bak
  23. <?xml version="1.0"?>
  24. <inputList>
  25. <inputAction type="onfinish">
  26. <command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
  27. </inputAction>
  28. </inputList>
  29.  
  30.  
  31.  
  32. es_temporaryinput.cfg
  33. <?xml version="1.0"?>
  34. <inputList>
  35. <inputConfig type="joystick" deviceName="Logitech Logitech Cordless RumblePad 2" deviceGUID="030000006d04000019c2000011010000">
  36. <input name="a" type="button" id="1" value="1" />
  37. <input name="b" type="button" id="2" value="1" />
  38. <input name="down" type="hat" id="0" value="4" />
  39. <input name="left" type="hat" id="0" value="8" />
  40. <input name="leftanalogdown" type="axis" id="1" value="1" />
  41. <input name="leftanalogleft" type="axis" id="0" value="-1" />
  42. <input name="leftanalogright" type="axis" id="0" value="1" />
  43. <input name="leftanalogup" type="axis" id="1" value="-1" />
  44. <input name="leftbottom" type="button" id="6" value="1" />
  45. <input name="leftthumb" type="button" id="10" value="1" />
  46. <input name="lefttop" type="button" id="4" value="1" />
  47. <input name="right" type="hat" id="0" value="2" />
  48. <input name="rightanalogdown" type="axis" id="3" value="1" />
  49. <input name="rightanalogleft" type="axis" id="2" value="-1" />
  50. <input name="rightanalogright" type="axis" id="2" value="1" />
  51. <input name="rightanalogup" type="axis" id="3" value="-1" />
  52. <input name="rightbottom" type="button" id="7" value="1" />
  53. <input name="rightthumb" type="button" id="11" value="1" />
  54. <input name="righttop" type="button" id="5" value="1" />
  55. <input name="select" type="button" id="8" value="1" />
  56. <input name="start" type="button" id="9" value="1" />
  57. <input name="up" type="hat" id="0" value="1" />
  58. <input name="x" type="button" id="0" value="1" />
  59. <input name="y" type="button" id="3" value="1" />
  60. </inputConfig>
  61. </inputList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement