Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <systemList>
- <!-- NES -->
- <system>
- <name>nes</name>
- <fullname>Nintendo Entertainment System</fullname>
- <path>D:\Emulation\NES\roms</path>
- <extension>.nes .NES</extension>
- <command>D:\Emulation\NES\nestopia.exe "%ROM_RAW%"</command>
- <platform>nes</platform>
- <theme>nes</theme>
- </system>
- <!-- Playstation -->
- <system>
- <name>psx</name>
- <fullname>Sony Playstation</fullname>
- <path>D:\Emulation\PSX\ePSXe\ISOs</path>
- <extension>.bin .BIN .img .IMG</extension>
- <command>D:\Emulation\PSX\ePSXe\ePSXe.exe -nogui -slowboot -loadbin "%ROM_RAW%"</command>
- <platform>psx</platform>
- <theme>psx</theme>
- </system>
- <!-- SNES -->
- <system>
- <name>snes</name>
- <fullname>Super Nintento Entertainment System</fullname>
- <path>D:\Emulation\SNES\roms</path>
- <extension>.smc .sfc .SMC .SFC</extension>
- <command>D:\Emulation\SNES\zsnesw.exe "%ROM_RAW%"</command>
- <platform>snes</platform>
- <theme>snes</theme>
- </system>
- <!-- GBA -->
- <system>
- <name>gba</name>
- <fullname>Nintendo Gameboy Advance</fullname>
- <path>D:\Emulation\GBA\ROMS</path>
- <extension>.gba .GBA</extension>
- <command>D:\Emulation\GBA\VisualBoyAdvance.exe "%ROM_RAW%"</command>
- <platform>gba</platform>
- <theme>gba</theme>
- </system>
- <!-- N64 -->
- <system>
- <name>N64</name>
- <fullname>Nintendo 64</fullname>
- <path>D:\Emulation\N64</path>
- <extension> .n64 .N64 </extension>
- <command>""C:\Program Files (x86)\Project64 1.6\Project64.exe" %ROM_RAW%"</command>
- <platform>n64</platform>
- <theme>n64</theme>
- </system>
- <!-- PS2 -->
- <system>
- <name>PS2</name>
- <fullname>Sony Playstation 2</fullname>
- <path>D:\Emulation\PS2\ISOs\</path>
- <extension> .iso .ISO </extension>
- <command>""C:\Program Files (x86)\PCSX2 1.2.1\pcsx2-r5875.exe" --fullscreen "%ROM_RAW%""</command>
- <platform>ps2</platform>
- <theme>ps2</theme>
- </system>
- <!-- Gamecube -->
- <system>
- <name>GC</name>
- <fullname>Nintendo Gamecube</fullname>
- <path>D:\Emulation\GCNWII\GCN</path>
- <extension>.gcm .iso</extension>
- <command>"D:\Emulation\GCNWII\Dolphin-x64\Dolphin.exe "%ROM_RAW%""</command>
- <platform>gc</platform>
- <theme>gc</theme>
- </system>
- </systemList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement