Advertisement
Guest User

Untitled

a guest
Jun 29th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. <inputConfig type="joystick" deviceName="Logitech Logitech Cordless RumblePad 2">
  29. <input name="pagedown" type="button" id="7" value="1"/>
  30. <input name="start" type="button" id="9" value="1"/>
  31. <input name="pageup" type="button" id="6" value="1"/>
  32. <input name="up" type="hat" id="0" value="1"/>
  33. <input name="a" type="button" id="1" value="1"/>
  34. <input name="b" type="button" id="2" value="1"/>
  35. <input name="down" type="hat" id="0" value="4"/>
  36. <input name="right" type="hat" id="0" value="2"/>
  37. <input name="select" type="button" id="8" value="1"/>
  38. <input name="left" type="hat" id="0" value="8"/>
  39. </inputConfig>
  40. </inputList>
  41.  
  42.  
  43.  
  44. es_temporaryinput.cfg
  45. <?xml version="1.0"?>
  46. <inputList>
  47. <inputConfig type="joystick" deviceName="Logitech Logitech Cordless RumblePad 2" deviceGUID="030000006d04000019c2000011010000">
  48. <input name="a" type="button" id="1" value="1" />
  49. <input name="b" type="button" id="2" value="1" />
  50. <input name="down" type="hat" id="0" value="4" />
  51. <input name="left" type="hat" id="0" value="8" />
  52. <input name="leftanalogdown" type="axis" id="1" value="1" />
  53. <input name="leftanalogleft" type="axis" id="0" value="-1" />
  54. <input name="leftanalogright" type="axis" id="0" value="1" />
  55. <input name="leftanalogup" type="axis" id="1" value="-1" />
  56. <input name="leftbottom" type="button" id="6" value="1" />
  57. <input name="leftthumb" type="button" id="10" value="1" />
  58. <input name="lefttop" type="button" id="4" value="1" />
  59. <input name="right" type="hat" id="0" value="2" />
  60. <input name="rightanalogdown" type="axis" id="3" value="1" />
  61. <input name="rightanalogleft" type="axis" id="2" value="-1" />
  62. <input name="rightanalogright" type="axis" id="2" value="1" />
  63. <input name="rightanalogup" type="axis" id="3" value="-1" />
  64. <input name="rightbottom" type="button" id="7" value="1" />
  65. <input name="rightthumb" type="button" id="11" value="1" />
  66. <input name="righttop" type="button" id="5" value="1" />
  67. <input name="select" type="button" id="8" value="1" />
  68. <input name="start" type="button" id="9" value="1" />
  69. <input name="up" type="hat" id="0" value="1" />
  70. <input name="x" type="button" id="0" value="1" />
  71. <input name="y" type="button" id="3" value="1" />
  72. </inputConfig>
  73. </inputList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement