Skip to content

Instantly share code, notes, and snippets.

@truxnell
Created February 11, 2017 03:13
Show Gist options
  • Save truxnell/b42fe10c83dc6d2ee5cc36dc27399709 to your computer and use it in GitHub Desktop.
Save truxnell/b42fe10c83dc6d2ee5cc36dc27399709 to your computer and use it in GitHub Desktop.
# [*Emulator name*]
# location=*path to the emulator .exe file*
# command=*optional, command to use to launch a game*
# Dolphin Gamecube and Wii
[Dolphin]
location=:\Emulation\RetroArch\Dolphin\Dolphin.exe
command=%l --batch --exec=%r
# Dolphin End
#Retroarch
[retroarch_nes]
location=d:\Emulation\RetroArch\retroarch.exe
command=%l -f -L d:\Emulation\RetroArch\cores\nestopia_libretro.dll %r
[retroarch_snes]
location=D:\Emulation\RetroArch\retroarch.exe
command=%l -f -L d:\Emulation\RetroArch\cores\bsnes_balanced_libretro.dll %r
[retroarch_fba]
location=d:\Emulation\RetroArch\retroarch.exe
command=%l -f -L d:\Emulation\RetroArch\cores\fb_alpha_libretro.dll %r
[retroarch_psx]
location=d:\Emulation\RetroArch\retroarch.exe
command=%l -f -L d:\Emulation\RetroArch\cores\mednafen_psx_libretro.dll %r
[retroarch_genesis]
location=d:\Emulation\RetroArch\retroarch.exe
command=%l -f -L d:\Emulation\RetroArch\cores\genesis_plus_gx_libretro.dll %r
[retroarch_N64]
location=d:\Emulation\RetroArch\retroarch.exe
command=%l -f -L d:\Emulation\RetroArch\cores\mupen64plus_libretro.dll %r
[retroarch_2600]
location=d:\Emulation\RetroArch\retroarch.exe
command=%l -f -L d:\Emulation\RetroArch\cores\stella_libretro.dll %r
[retroarch_7800]
location=d:\Emulation\RetroArch\retroarch.exe
command=%l -f -L d:\Emulation\RetroArch\cores\prosystem_libretro.dll %r
#Retroarch end
[pcsx2]
location=d:\Emulation\pcsx2\pcsx2.exe
command=%l --nogui --fullscreen --fullboot %r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment