libretro-super/recipes/recipes.info
2017-04-15 13:48:15 -04:00

10 lines
510 B
Plaintext

RECIPE FORMAT:
{CORENAME} {COREDIR} {URL} {BRANCH} {REPOTYPE} {ENABLED} {COMMAND} {MAKEFILE} {SUBDIR} {ARGS} TRAILINGSPACE
Ex:
2048 libretro-2048 https://github.com/libretro/libretro-2048.git master PROJECT YES GENERIC Makefile.libretro .
The trailing space is really important for now, if no args are specified there needs to be a trailing space after SUBDIR
Command should usually be GENERIC and REPOTYPE should usually be project. Notable exceptions are PPSSPP and PICODRIVE. Those are submodule repos.