2014-11-06 14:40:27 -08:00
|
|
|
RECIPE FORMAT:
|
2017-12-20 09:56:06 -08:00
|
|
|
{CORENAME} {COREDIR} {URL} {BRANCH} {ENABLED} {COMMAND} {MAKEFILE} {SUBDIR} {ARGS}
|
2018-01-14 14:24:17 -08:00
|
|
|
or
|
|
|
|
{CORENAME} {COREDIR} {URL} {BRANCH} {ENABLED} {COMMAND} {MAKEFILE} {SUBDIR} {ARGS} | core1:arg=1 core2:arg=2 core3:arg3
|
2014-11-06 14:40:27 -08:00
|
|
|
|
2015-03-05 19:09:55 -05:00
|
|
|
Ex:
|
2017-12-20 09:56:06 -08:00
|
|
|
2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro .
|
2018-01-14 14:24:17 -08:00
|
|
|
bsnes libretro-bsnes https://github.com/libretro/bsnes-libretro.git libretro YES GENERIC Makefile . | bsnes_accuracy:profile=accuracy bsnes_balanced:profile=balanced bsnes_performance:profile=performance
|
2014-11-06 14:40:27 -08:00
|
|
|
|
2019-05-02 13:43:23 -07:00
|
|
|
Command should usually be GENERIC and REPOTYPE should usually be project.
|
|
|
|
Notable exceptions are PPSSPP and PICODRIVE. Those are submodule repos.
|
|
|
|
|
|
|
|
When adding multiple recipes for the same repo make sure they use different
|
|
|
|
directories.
|