Advertisement
Guest User

ES System Config

a guest
Nov 17th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.18 KB | None | 0 0
  1. <systemList>
  2.     <!-- NES -->
  3.     <system>
  4.         <name>nes</name>
  5.         <fullname>Nintendo Entertainment System</fullname>
  6.         <path>D:\Emulation\NES\roms</path>
  7.         <extension>.nes .NES</extension>
  8.         <command>D:\Emulation\NES\nestopia.exe "%ROM_RAW%"</command>
  9.         <platform>nes</platform>
  10.         <theme>nes</theme>
  11.     </system>
  12.     <!-- Playstation -->
  13.     <system>
  14.         <name>psx</name>
  15.         <fullname>Sony Playstation</fullname>
  16.         <path>D:\Emulation\PSX\ePSXe\ISOs</path>
  17.         <extension>.bin .BIN .img .IMG</extension>
  18.         <command>D:\Emulation\PSX\ePSXe\ePSXe.exe -nogui -slowboot -loadbin "%ROM_RAW%"</command>
  19.         <platform>psx</platform>
  20.         <theme>psx</theme>
  21.     </system>
  22.     <!-- SNES -->
  23.     <system>
  24.         <name>snes</name>
  25.         <fullname>Super Nintento Entertainment System</fullname>
  26.         <path>D:\Emulation\SNES\roms</path>
  27.         <extension>.smc .sfc .SMC .SFC</extension>
  28.         <command>D:\Emulation\SNES\zsnesw.exe "%ROM_RAW%"</command>
  29.         <platform>snes</platform>
  30.         <theme>snes</theme>
  31.     </system>
  32.     <!-- GBA -->
  33.     <system>
  34.         <name>gba</name>
  35.         <fullname>Nintendo Gameboy Advance</fullname>
  36.         <path>D:\Emulation\GBA\ROMS</path>
  37.         <extension>.gba .GBA</extension>
  38.         <command>D:\Emulation\GBA\VisualBoyAdvance.exe "%ROM_RAW%"</command>
  39.         <platform>gba</platform>
  40.         <theme>gba</theme>
  41.     </system>
  42.     <!-- N64 -->
  43.     <system>
  44.         <name>N64</name>
  45.         <fullname>Nintendo 64</fullname>
  46.         <path>D:\Emulation\N64</path>
  47.         <extension> .n64 .N64 </extension>
  48.         <command>""C:\Program Files (x86)\Project64 1.6\Project64.exe" %ROM_RAW%"</command>
  49.         <platform>n64</platform>
  50.         <theme>n64</theme>
  51.     </system>
  52.     <!-- PS2 -->
  53.     <system>
  54.         <name>PS2</name>
  55.         <fullname>Sony Playstation 2</fullname>
  56.         <path>D:\Emulation\PS2\ISOs\</path>
  57.         <extension> .iso .ISO </extension>
  58.         <command>""C:\Program Files (x86)\PCSX2 1.2.1\pcsx2-r5875.exe" --fullscreen "%ROM_RAW%""</command>
  59.         <platform>ps2</platform>
  60.         <theme>ps2</theme>
  61.     </system>
  62.     <!-- Gamecube -->
  63.     <system>
  64.         <name>GC</name>
  65.         <fullname>Nintendo Gamecube</fullname>
  66.         <path>D:\Emulation\GCNWII\GCN</path>
  67.         <extension>.gcm .iso</extension>
  68.         <command>"D:\Emulation\GCNWII\Dolphin-x64\Dolphin.exe "%ROM_RAW%""</command>
  69.         <platform>gc</platform>
  70.         <theme>gc</theme>
  71.     </system>
  72. </systemList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement