mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 21:35:36 +00:00
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:
parent
d098fb708b
commit
d3210f6575
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user