Merge pull request #359 from Ezio-PS/master

Move vba_next to ps3 compiler
This commit is contained in:
Twinaphex 2016-10-22 16:23:55 +02:00 committed by GitHub
commit 79fca324b2
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="$@"