Advertisement
Guest User

8bitdo debug

a guest
Jan 23rd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. login as: pi
  2. pi@retropie's password:
  3.  
  4. The programs included with the Debian GNU/Linux system are free software;
  5. the exact distribution terms for each program are described in the
  6. individual files in /usr/share/doc/*/copyright.
  7.  
  8. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  9. permitted by applicable law.
  10. Last login: Mon Jan 23 04:14:50 2017
  11.  
  12. .***. Monday, 23 January 2017, 11:15:09 pm UTC
  13. ***** Linux 4.4.26-v7+ armv7l GNU/Linux
  14. `***'
  15. |*| Filesystem Size Used Avail Use% Mounted on
  16. |*| /dev/root 30G 9.4G 19G 34% /
  17. ..|*|.. Uptime.............: 0 days, 00h01m44s
  18. .*** * ***. Memory.............: 600072kB (Free) / 752860kB (Total)
  19. *******@@** Running Processes..: 135
  20. `*****@@**' IP Address.........: 192.168.1.10
  21. `*******' Temperature........: CPU: 44°C/111°F GPU: 44°C/111°F
  22. `"""' The RetroPie Project, https://retropie.org.uk
  23.  
  24. pi@retropie:~ $ for js in /dev/input/js*; do echo $js; done;
  25. /dev/input/js0
  26. pi@retropie:~ $ ls -la /opt^C
  27. pi@retropie:~ $ ls -la /opt/retropie/configs/all/retroarch/autoconfig
  28. total 8
  29. drwxr-x--- 2 pi pi 4096 Jan 22 00:33 .
  30. drwxr-xr-x 14 pi pi 4096 Nov 10 18:48 ..
  31. pi@retropie:~ $ find /opt/retropie/configs/all/retroarch/autoconfig/ -type f -print -exec cat {}\;
  32. find: missing argument to `-exec'
  33. pi@retropie:~ $ find /opt/retropie/configs/all/retroarch/autoconfig/ -type f -print -exec cat{}\;
  34. find: missing argument to `-exec'
  35. pi@retropie:~ $ find /opt/retropie/configs/all/retroarch/autoconfig/ -type f -print -exec cat {} \;
  36. pi@retropie:~ $ find /opt/retropie/configs/all/retroarch/autoconfig/ -type f -print -exec cat {} \;
  37. pi@retropie:~ $ cat ~/.emulationstation/es_input.cfg
  38. <?xml version="1.0"?>
  39. <inputList>
  40. <inputAction type="onfinish">
  41. <command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
  42. </inputAction>
  43. <inputConfig type="joystick" deviceName="USB Gamepad ">
  44. <input name="start" type="button" id="9" value="1"/>
  45. <input name="up" type="axis" id="1" value="-1"/>
  46. <input name="a" type="button" id="1" value="1"/>
  47. <input name="b" type="button" id="2" value="1"/>
  48. <input name="down" type="axis" id="1" value="1"/>
  49. <input name="right" type="axis" id="0" value="1"/>
  50. <input name="select" type="button" id="8" value="1"/>
  51. <input name="left" type="axis" id="0" value="-1"/>
  52. <input name="pageup" type="button" id="4" value="1"/>
  53. <input name="pagedown" type="button" id="5" value="1"/>
  54. <input name="x" type="button" id="0" value="1"/>
  55. <input name="y" type="button" id="3" value="1"/>
  56. </inputConfig>
  57. <inputConfig type="joystick" deviceName="usb gamepad ">
  58. <input name="start" type="button" id="9" value="1"/>
  59. <input name="up" type="axis" id="1" value="-1"/>
  60. <input name="a" type="button" id="1" value="1"/>
  61. <input name="b" type="button" id="2" value="1"/>
  62. <input name="down" type="axis" id="1" value="1"/>
  63. <input name="right" type="axis" id="0" value="1"/>
  64. <input name="select" type="button" id="8" value="1"/>
  65. <input name="left" type="axis" id="0" value="-1"/>
  66. </inputConfig>
  67. <inputConfig type="joystick" deviceName="8Bitdo NES30 Pro">
  68. <input name="pageup" type="button" id="6" value="1"/>
  69. <input name="start" type="button" id="11" value="1"/>
  70. <input name="up" type="hat" id="0" value="1"/>
  71. <input name="a" type="button" id="0" value="1"/>
  72. <input name="b" type="button" id="1" value="1"/>
  73. <input name="down" type="hat" id="0" value="4"/>
  74. <input name="pagedown" type="button" id="7" value="1"/>
  75. <input name="right" type="hat" id="0" value="2"/>
  76. <input name="x" type="button" id="3" value="1"/>
  77. <input name="select" type="button" id="10" value="1"/>
  78. <input name="y" type="button" id="4" value="1"/>
  79. <input name="left" type="hat" id="0" value="8"/>
  80. </inputConfig>
  81. </inputList>
  82. pi@retropie:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement