Removing default systems

To remove a default system, you can remove or rename that system’s folder in your gaming library. However, if you do not want to do that, you can also “hide” it from the app instead.

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_systems.json file in the configuration directory. Add a dictionary entry to the existing array, with the name field set to the name of the system you want to remove, and then add the special #delete key to it:

[
        {
                "name": "n64",
                "#delete": true
        }
]

For more information, see the rh_systems.json specification section.