These are scripts for use alongside ES-DE (Emulation Station Desktop Edition), in Python with some helper Shell scripts.
This might be of interest if you want to consolidate systems management, games paths, command definitions etc. in one central file, to ease maintenance in case of often changing or large setup.
When using this, you don't have to modify numerous individuals system files, just the main script.
It also makes possible to run ES-DE via
es-de-select <system>
to load either only one system (reduce loading time) or all.
The main script will generate:
- An XML file per enabled system under ./custom_systems/
- A global XML file with all systems (to be used with es-de-all or es-de-select all).
For further details on all this you can check the Github repo.