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 \
stella \
tyrquake \
vba_next \
gw \
mgba"
else

View File

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