mirror of
https://github.com/libretro/libretro-super
synced 2025-02-04 15:40:07 +00:00
Merge pull request #649 from orbea/fbalpha
libretro-buildbot-recipe.sh: Do not set FORCE and BUILD for fbalpha2012.
This commit is contained in:
commit
d098fb708b
@ -645,11 +645,6 @@ while read line; do
|
||||
BUILD="YES"
|
||||
fi
|
||||
|
||||
if [[ "${PREVCORE}" == *fbalpha2012* ]] && [[ "${PREVBUILD}" = "YES" ]] && [[ "${NAME}" == *fbalpha2012* ]]; then
|
||||
FORCE="YES"
|
||||
BUILD="YES"
|
||||
fi
|
||||
|
||||
for core in 81 emux_nes emux_sms fuse gw mame2010 mgba snes9x_next snes9x-next vba_next; do
|
||||
if [ "${PREVCORE}" = "$core" ] && [ "${PREVBUILD}" = "YES" ] && [ "${NAME}" = "$core" ]; then
|
||||
FORCE="YES"
|
||||
|
Loading…
x
Reference in New Issue
Block a user