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.
This commit is contained in:
orbea 2017-12-21 08:47:30 -08:00
parent d098fb708b
commit d3210f6575

View File

@ -645,7 +645,7 @@ while read line; do
BUILD="YES" BUILD="YES"
fi 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 if [ "${PREVCORE}" = "$core" ] && [ "${PREVBUILD}" = "YES" ] && [ "${NAME}" = "$core" ]; then
FORCE="YES" FORCE="YES"
BUILD="YES" BUILD="YES"