Removing default emulators
There are two ways to achieve this:
Application
Note
This is still not implemented in the app. For now you must follow instructions on the Manually section.
Manually
Edit the rh_emulators.json file in the configuration directory. Add a dictionary entry to the existing array, with the name field set to the name of the emulator you want to remove, and then add the special #delete key to it:
[
{
"name": "mupen64plus",
"#delete": true
}
]
For more information, see the rh_emulators.json specification section.