Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › How to delete emulators › Reply To: How to delete emulators
12/23/2013 at 02:20
#3712
Participant
Yes, deleting the roms/files in the folders will hide the emulators but if you also want to hide cavestory and/or the input config screen you will need comment them out in es_systems config.
Here is commands that will allow you to do this, along with backup your old one:
cd
cd .emulationstation
sudo cp es_systems.cfg es_systems.cfg.bak
sudo nano es_systems.cfg
Then add a # infront of each line you dont want. Ctrl-X and save when done.