Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › switching emulators, config file? › Reply To: switching emulators, config file?
04/22/2015 at 08:35
#95854
Participant
Hi InsecureSpike,
I think what you are searching for are the files
emulators.cfg
in
/opt/retropie/configs/<name>/
Every system should have a file like this that lists the available emulators in the form:
<shortname> = <runcommand>
it will also have a line
default = <shortname>
which is the default emulator that is currently used for this system. You can change it to another <shortname> to change it, that is what the menu script does.