Advertisement
Guest User

es_systems.cfg - /etc/emulationstation

a guest
Jul 9th, 2016
1,391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <systemList>
  3. <system>
  4. <name>dreamcast</name>
  5. <fullname>Dreamcast</fullname>
  6. <path>/home/pi/RetroPie/roms/dreamcast</path>
  7. <extension>.cdi .gdi .CDI .GDI</extension>
  8. <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ dreamcast %ROM%</command>
  9. <platform>dreamcast</platform>
  10. <theme>dreamcast</theme>
  11. </system>
  12. <system>
  13. <name>gb</name>
  14. <fullname>Game Boy</fullname>
  15. <path>/home/pi/RetroPie/roms/gb</path>
  16. <extension>.gb .zip .GB .ZIP</extension>
  17. <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ gb %ROM%</command>
  18. <platform>gb</platform>
  19. <theme>gb</theme>
  20. </system>
  21. <system>
  22. <name>gba</name>
  23. <fullname>Game Boy Advance</fullname>
  24. <path>/home/pi/RetroPie/roms/gba</path>
  25. <extension>.gba .zip .GBA .ZIP</extension>
  26. <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ gba %ROM%</command>
  27. <platform>gba</platform>
  28. <theme>gba</theme>
  29. </system>
  30. <system>
  31. <name>gbc</name>
  32. <fullname>Game Boy Color</fullname>
  33. <path>/home/pi/RetroPie/roms/gbc</path>
  34. <extension>.gbc .zip .GBC .ZIP</extension>
  35. <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ gbc %ROM%</command>
  36. <platform>gbc</platform>
  37. <theme>gbc</theme>
  38. </system>
  39. <system>
  40. <name>retropie</name>
  41. <fullname>RetroPie</fullname>
  42. <path>~/RetroPie/retropiemenu</path>
  43. <extension>.rp .sh</extension>
  44. <command>sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch %ROM% &lt;/dev/tty &gt;/dev/tty</command>
  45. <platform/>
  46. <theme>retropie</theme>
  47. </system>
  48. <system>
  49. <name>snes</name>
  50. <fullname>Super Nintendo</fullname>
  51. <path>/home/pi/RetroPie/roms/snes</path>
  52. <extension>.bin .smc .sfc .fig .swc .mgd .zip .BIN .SMC .SFC .FIG .SWC .MGD .ZIP</extension>
  53. <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ snes %ROM%</command>
  54. <platform>snes</platform>
  55. <theme>snes</theme>
  56. </system>
  57. </systemList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement