-
Notifications
You must be signed in to change notification settings - Fork 110
Generate roms dirs and es_systems.cfg automatically #652
base: master
Are you sure you want to change the base?
Conversation
xmllint will crash if the es_systems.cfg is not valid. The next step is to validate with a XSD.
and corrected message once the empack is done
Wrote a wiki on how to use empack.py : https://github.com/recalbox/recalbox-os/wiki/Recalbox-development-add-emulator-filesystem-(EN) |
@digitalLumberjack Build ok on #6027156 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot we define a function in a parent package and call it with specific emulator options to create the xml ?
I'm not sure we can pass arguments to such a function. Anyway, there is the distinction between emulators and cores. I don't know about any "define" function that can also return what you expect |
You could get this job (create directories) done via ES itself... let ES scan the xml and let it create the directories based on the platform. the xml file is done via Makefiles or python scripts...
|
The PR is ALSO about generating es_systems.cfg. that's the hardest part |
Please make sure your PR is ready to be merged !
Fixes #XXXX
Changes :
Related to (put here the others PR in other repositories)