Skip to content

Instantly share code, notes, and snippets.

@komali2
Created April 10, 2019 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save komali2/b7c18e0b744fca59a290d72afe4fb8f3 to your computer and use it in GitHub Desktop.
Save komali2/b7c18e0b744fca59a290d72afe4fb8f3 to your computer and use it in GitHub Desktop.
Ice emulators config
# Example Windows Configuration
# [bsnes]
# location=
# command=
# Example Mac Configuration
# [Mednafen]
# location=/Emulators/mednafen/mednafen
# command=%l %r
# Example GNU/Linux Configuration
# [SNES9X-GTK]
# location=/usr/bin/snes9x-gtk
# command=%l %r
[Dolphin]
location=C:\Program Files\Dolphin\Dolphin.exe
command=%l --batch --exec=%r
[Project64]
location=C:\Program Files (x86)\Project64 2.3\Project64.exe
command=%l %r
[RetroArch_SNES]
# Location of RetroArch.exe
location=D:\ROMS\SNES\retro\retroarch.exe
# Location of SNES CORE and some launch options
command=%l -fullscreen -L cores\bsnes_accuracy_libretro.dll %r
[RetroArch_NES]
# Location of RetroArch.exe
location=D:\ROMS\SNES\retro\retroarch.exe
# Location of SNES CORE and some launch options
command=%l -fullscreen -L cores\bnes_libretro.dll %r
[PCSX2]
location=C:\Program Files (x86)\PCSX@ 1.4.0\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