mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
00eb501a1c
This changed makes it so that retrolaunch will choose cores based on a preference configuration called cores.conf. This means that different systems can select what cores they prefer to use when running certain games. Games that don't work on specific cores can be marked in launch.conf with !core_name and retrolaunch will choose the next core for that system. Also launch.conf is now optional meaning that users don't need the cddb and the dat files to be able to use core auto-selection. They just need cores.conf. Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
16 lines
460 B
Plaintext
16 lines
460 B
Plaintext
# Core preferences, cores are ordered by preference. If a core doesn't exist ;
|
|
# or is marked as broken in launch.conf the next in line will be used. ;
|
|
"ps1" mednafen-psx pcsxr ;
|
|
"smd" genplus ;
|
|
"nes" fceu bnes nestopia quicknes ;
|
|
"gba" vba ;
|
|
"a26" stella ;
|
|
"snes" snes9x snes9x-next bsnes-compat bsnes-balanced bsnes-accuracy ;
|
|
"gbc" gambatte ;
|
|
"gb" gambatte ;
|
|
"gg" genplus ;
|
|
"nds" desmume ;
|
|
"pce" mednafen-pce-fast ;
|
|
"sms" genplus ;
|
|
"wswan" mednafen-wswan ;
|