Advertisement
Guest User

ES

a guest
Jul 24th, 2018
1,297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. <!-- This is the EmulationStation Systems configuration file.
  2. All systems must be contained within the <systemList> tag.-->
  3.  
  4. <systemList>
  5. <system>
  6. <name>nes</name>
  7. <fullname>Nintendo Entertainment System</fullname>
  8. <path>~\.emulationstation\roms\nes</path>
  9. <extension>.nes .NES</extension>
  10. <command>C:\Users\"alber"\.emulationstation\systems\retroarch\retroarch.exe -L "C:\Users\alber\.emulationstation\systems\retroarch\cores\fceumm_libretro.dll" "%ROM_RAW%"</command>
  11. <platform>nes</platform>
  12. <theme>nes</theme>
  13. </system>
  14.  
  15. <system>
  16. <name>snes</name>
  17. <fullname>Super Nintendo Entertainment System</fullname>
  18. <path>~\.emulationstation\roms\snes</path>
  19. <extension>.smc .sfc .SMC .SFC</extension>
  20. <command>C:\Users\"alber"\.emulationstation\systems\retroarch\retroarch.exe -L "C:\Users\alber\.emulationstation\systems\retroarch\cores\snes9x_libretro.dll" "%ROM_RAW%"</command>
  21. <platform>snes</platform>
  22. <theme>snes</theme>
  23. </system>
  24.  
  25. <system>
  26. <name>n64</name>
  27. <fullname>Nintendo 64</fullname>
  28. <path>~\.emulationstation\roms\n64</path>
  29. <extension>.v64 .z64</extension>
  30. <command>C:\Users\"alber"\.emulationstation\systems\retroarch\retroarch.exe -L "C:\Users\alber\.emulationstation\systems\retroarch\cores\mupen64plus_libretro.dll" "%ROM_RAW%"</command>
  31. <platform>n64</platform>
  32. <theme>n64</theme>
  33. </system>
  34.  
  35. <system>
  36. <name>genesis</name>
  37. <fullname>Sega Genesis</fullname>
  38. <path>~\.emulationstation\roms\sega32x</path>
  39. <extension>.bin</extension>
  40. <command>C:\Users\"alber"\.emulationstation\systems\retroarch\retroarch.exe -L "C:\Users\alber\.emulationstation\systems\retroarch\cores\genesis_plus_gx_libretro.dll" "%ROM_RAW%"</command>
  41. <platform>genesis</platform>
  42. <theme>genesis</theme>
  43. </system>
  44.  
  45. <system>
  46. <name>gbc</name>
  47. <fullname>Game Boy Color</fullname>
  48. <path>~\.emulationstation\roms\gbc</path>
  49. <extension>.gbc .zip</extension>
  50. <command>C:\Users\"alber"\.emulationstation\systems\retroarch\retroarch.exe -L "C:\Users\alber\.emulationstation\systems\retroarch\cores\gambatte_libretro.dll" "%ROM_RAW%"</command>
  51. <platform>gbc</platform>
  52. <theme>gbc</theme>
  53. </system>
  54.  
  55. <system>
  56. <name>gba</name>
  57. <fullname>Game Boy Advance</fullname>
  58. <path>~\.emulationstation\roms\gba</path>
  59. <extension>.gba</extension>
  60. <command>C:\Users\"alber"\.emulationstation\systems\retroarch\retroarch.exe -L "C:\Users\alber\.emulationstation\systems\retroarch\cores\vbam_libretro.dll" "%ROM_RAW%"</command>
  61. <platform>gba</platform>
  62. <theme>gba</theme>
  63. </system>
  64.  
  65. <system>
  66. <name>genesis</name>
  67. <fullname>Sega Genesis</fullname>
  68. <path>~\.emulationstation\roms\genesis</path>
  69. <extension>.bin</extension>
  70. <command>C:\Users\"alber"\.emulationstation\systems\retroarch\retroarch.exe -L "C:\Users\alber\.emulationstation\systems\retroarch\cores\genesis_plus_gx_libretro.dll" "%ROM_RAW%"</command>
  71. <platform>genesis</platform>
  72. <theme>genesis</theme>
  73. </system>
  74.  
  75.  
  76. <system>
  77. <name>gc</name>
  78. <fullname>Nintendo GameCube</fullname>
  79. <path>~\.emulationstation\roms\gc</path>
  80. <extension>.iso .ISO .gcm</extension>
  81. <command>C:\Users\"alber"\.emulationstation\systems\dolphin\Dolphin.exe --batch --exec="%ROM_RAW%"</command>
  82. <platform>gc</platform>
  83. <theme>gc</theme>
  84. </system>
  85.  
  86. <system>
  87. <name>mame</name>
  88. <fullname>MAME</fullname>
  89. <path>~\.emulationstation\roms\mame</path>
  90. <extension>.zip .ZIP</extension>
  91. <command>C:\Users\"alber"\.emulationstation\systems\retroarch\retroarch.exe -L "C:\Users\alber\.emulationstation\systems\retroarch\cores\mame_libretro.dll" "%ROM_RAW%"</command>
  92. <platform>mame</platform>
  93. <theme>mame</theme>
  94. </system>
  95.  
  96.  
  97. <system>
  98. <name>wii</name>
  99. <fullname>Nintendo Wii</fullname>
  100. <path>~\.emulationstation\roms\wii</path>
  101. <extension>.iso .wbfs .ISO</extension>
  102. <command>C:\Users\"alber"\.emulationstation\systems\dolphin\Dolphin.exe -e "%ROM_RAW%"</command>
  103. <platform>wii</platform>
  104. <theme>wii</theme>
  105. </system>
  106.  
  107. <system>
  108. <name>wiiu</name>
  109. <fullname>WiiU</fullname>
  110. <path>~\.emulationstation\roms\wiiu</path>
  111. <extension>.rpx .ISO</extension>
  112. <command>C:\Users\"alber"\.emulationstation\systems\cemu\Cemu.exe -L "%ROM_RAW%"</command>
  113. <platform>wiiu</platform>
  114. <theme>wiiu</theme>
  115. </system>
  116.  
  117. <system>
  118. <name>psx</name>
  119. <fullname>Playstation</fullname>
  120. <path>~\.emulationstation\roms\psx</path>
  121. <extension>.cue .CUE</extension>
  122. <command>C:\Users\"alber"\.emulationstation\systems\retroarch\retroarch.exe -L "C:\Users\alber\.emulationstation\systems\retroarch\cores\mednafen_psx_libretro.dll" "%ROM_RAW%"</command>
  123. <platform>psx</platform>
  124. <theme>psx</theme>
  125. </system>
  126.  
  127.  
  128. </systemList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement