Move vba_next to ps3 compiler

This commit is contained in:
Ezio-PS 2016-10-22 11:55:10 +02:00
parent df90337a74
commit 7fa6efc4cb
2 changed files with 2 additions and 2 deletions

View File

@ -37,6 +37,7 @@ WANT_CORES=" \
prboom \ prboom \
stella \ stella \
tyrquake \ tyrquake \
vba_next \
gw \ gw \
mgba" mgba"
else else

View File

@ -16,10 +16,9 @@ fi
if [[ -z "$1" ]]; then if [[ -z "$1" ]]; then
WANT_CORES=" \ WANT_CORES=" \
2048 2048 \
gambatte \ gambatte \
snes9x2010 \ snes9x2010 \
vba_next \
vecx" vecx"
else else
WANT_CORES="$@" WANT_CORES="$@"