From 1819f5087a24cdc02ffc0bd6a735aa855633e3d3 Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 14 Jan 2018 14:24:17 -0800 Subject: [PATCH] recipes: Update recipes.info --- recipes/recipes.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/recipes.info b/recipes/recipes.info index 2a92379a..6485ef28 100644 --- a/recipes/recipes.info +++ b/recipes/recipes.info @@ -1,7 +1,10 @@ RECIPE FORMAT: {CORENAME} {COREDIR} {URL} {BRANCH} {ENABLED} {COMMAND} {MAKEFILE} {SUBDIR} {ARGS} +or +{CORENAME} {COREDIR} {URL} {BRANCH} {ENABLED} {COMMAND} {MAKEFILE} {SUBDIR} {ARGS} | core1:arg=1 core2:arg=2 core3:arg3 Ex: 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . +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 Command should usually be GENERIC and REPOTYPE should usually be project. Notable exceptions are PPSSPP and PICODRIVE. Those are submodule repos.