forked from scottrice/Ice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemulators.txt
60 lines (53 loc) · 2.03 KB
/
emulators.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# Specifies the emulators that Ice can use when supporting consoles. Each
# can be referenced (by name) in consoles.txt to tell Ice how to launch games.
#
# Before attempting to add a new emulator on your own, check
# http://scottrice.github.io/Ice/emulators to see if someone has already found
# a configuration that works for your emulator.
#
# To add a new emulator manually, make a new entry using the following format:
#
# [*Emulator name*]
# location=*path to the emulator .exe file*
# command=*optional, command to use to launch a game*
#
# The 'command' option is not necessary, and the default should work for most
# emulators. If it does not, go to http://scottrice.github.io/Ice/faq to learn
# how to set up your emulator.
#
# Example Windows Configuration
# [Dolphin]
# location=C:\Emulators\Dolphin\Dolphin.exe
# command=%l --batch --exec=%r
#
# 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
[retroarch_nes]
location=C:\Emulation\RetroArch\retroarch.exe
command=%l -f -L C:\Emulation\RetroArch\cores\nestopia_libretro.dll %r
[retroarch_snes]
location=C:\Emulation\RetroArch\retroarch.exe
command=%l -f -L C:\Emulation\RetroArch\cores\bsnes_balanced_libretro.dll %r
[retroarch_genesis]
location=C:\Emulation\RetroArch\retroarch.exe
command=%l -f -L C:\Emulation\RetroArch\cores\genesis_plus_gx_libretro.dll %r
[retroarch_sms]
location=C:\Emulation\RetroArch\retroarch.exe
command=%l -f -L C:\Emulation\RetroArch\cores\genesis_plus_gx_libretro.dll %r
[retroarch_wii]
location=C:\Emulation\RetroArch\retroarch.exe
command=%l -f -L C:\Emulation\RetroArch\cores\dolphin_libretro.dll %r
[retroarch_gamecube]
location=C:\Emulation\RetroArch\retroarch.exe
command=%l -f -L C:\Emulation\RetroArch\cores\dolphin_libretro.dll %r
[retroarch_n64]
location=C:\Emulation\RetroArch\retroarch.exe
command=%l -f -L C:\Emulation\RetroArch\cores\mupen64plus_libretro.dll %r