System Default Emulator file
-
Pi4B
Official Retropie 4.8Hi, Is there a list similar to emulators.cfg which lists all the current default cores setup.
I know you can check here for example the opt/retropie/configs/atari2600/emulators.cfg
default = "lr-stella2014"
But I am thinking their is probally an easier way.
Thanks
Sim -
If you just want to see what they are, here is a functional, albeit not very pretty way to do it.
Drop to command line and use
for f in /opt/retropie/configs/*/emulators.cfg; do echo $f & cat $f | grep default; done
For a long list it might be beneficial to save it as a text file somewhere for ease of reading.
for f in /opt/retropie/configs/*/emulators.cfg; do echo $f & cat $f | grep default; done > /path/to/file.txt
-
@YFZdude
Thanks for helping
Sim
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.