Commit graph

5 commits

Author SHA1 Message Date
Jools Wills
0fecb55bf6 supplementary - add rp_module_repo info for some of the supplementary packages that should with it 2021-02-15 23:54:13 +00:00
Jools Wills
05808c6982 emulationstation-dev - remove functions to avoid multiple calls to edit ES configs
Currently the code for calling frontend hooks just calls all modules with the hook functions
_add_system_* _del_system_* _add_rom_* etc. For additional frontends we check if they are installed in these
functions, but for emulationstation-dev it just called the emulationstation module functions. This actually
meant that we called the emulationstation functions twice when adding a system or removing.

The helper functions probably should do the check to only call the frontend hook functions when they are installed,
which may be a better fix, but for now, this works. I am overhauling some of the packaging code, so I will revisit this.
2021-01-07 02:23:22 +00:00
Jools Wills
5e727c0ddb emulationstation - added resources folder
* remove resources from emulationstation-dev.sh
2019-02-09 22:44:22 +00:00
Jools Wills
431db23882 emulationstation-dev - copy resources folder to md_inst (resources are now split out from the code)
* search path for the resource folder is the path of the emulationstation exe, $HOME/.emulationstation, and the current working directory
2018-02-08 19:15:49 +00:00
Jools Wills
8972e8a502 added emulationstation-dev to experimental which installs the very latest es code.
* make sure the hooks and add_system/del_system of es are called from emulationstation-dev
 * don't allow both modules installed at once - but don't remove configs when switching.
 * fix up retropie.svg install path when called from emulationstation-dev
2017-10-01 14:06:54 +01:00