From d3210f65753e1a337fc6f04c893b0adbcbcf8199 Mon Sep 17 00:00:00 2001 From: orbea Date: Thu, 21 Dec 2017 08:47:30 -0800 Subject: [PATCH] libretro-buildbot-recipe: Do not set FORCE or BUILD for these cores. It is not required for any of them and some of these names are no longer used anyways. --- libretro-buildbot-recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 832c39da..933a64f5 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -645,7 +645,7 @@ while read line; do BUILD="YES" fi - for core in 81 emux_nes emux_sms fuse gw mame2010 mgba snes9x_next snes9x-next vba_next; do + for core in 81 emux_nes emux_sms fuse gw mgba; do if [ "${PREVCORE}" = "$core" ] && [ "${PREVBUILD}" = "YES" ] && [ "${NAME}" = "$core" ]; then FORCE="YES" BUILD="YES"