Advertisement
Guest User

Emulation Station CFG

a guest
Jul 27th, 2016
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. <systemList>
  2. <system>
  3. <name>SNES</name>
  4. <fullname>Super Nintendo Entertainment Systems</fullname>
  5. <path>C:\Users\Matt\Desktop\Emulation\SNES\SNES9x\Roms</path>
  6. <extension>.sfc .smc</extension>
  7. <command>C:\Users\Matt\Desktop\Emulation\SNES\SNES9x\snes9x-x64.exe "%ROM_RAW%"</command>
  8. <platform>snes</platform>
  9. <theme>snes</theme>
  10. </system>
  11. <system>
  12. <name>Wii</name>
  13. <fullname>Nintendo Wii</fullname>
  14. <path>C:\Users\Matt\Desktop\Emulation\Dolphin\ROMs\wii</path>
  15. <extension>.iso</extension>
  16. <command>C:\Users\Matt\Desktop\Emulation\Dolphin\Dolphin.exe "%ROM_RAW%" </command>
  17. <platform>wii</platform>
  18. <theme>wii</theme>
  19. </system>
  20. <system>
  21. <name>GCM</name>
  22. <fullname>Nintedo Gamecube</fullname>
  23. <path> C:\Users\Matt\Desktop\Emulation\Dolphin\ROMs\gamecube</path>
  24. <extension>.iso</extension>
  25. <command>C:\Users\Matt\Desktop\Emulation\Dolphin\Dolphin.exe "%ROM_RAW%"</command>
  26. <platform>gc</platform>
  27. <theme>gc</theme>
  28. </system>
  29. <system>
  30. <name>N64</name>
  31. <fullname>Nintendo 64</fullname>
  32. <path>C:\Users\Matt\Desktop\Emulation\Project64\ROM's</path>
  33. <extension>.n64</extension>
  34. <command>C:\Users\Matt\Desktop\Emulation\Project64\Project64.exe "%ROM_RAW%"</command>
  35. <platform>n64</platform>
  36. <theme>n64</theme>
  37. </system>
  38. <system>
  39. <name>PSX</name>
  40. <fullname>PlayStation 1</fullname>
  41. <path>C:\Users\Matt\Desktop\Emulation\ePSXe205\isos</path>
  42. <extension>.bin .iso</extension>
  43. <command>C:\Users\Matt\Desktop\Emulation\ePSXe205\ePSXe.exe "%ROM_RAW%"</command>
  44. <platform>psx</platform>
  45. <theme>psx</theme>
  46. </system>
  47. </systemList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement