Clean up android make script

Puae still is not in the build bot for x86, hoping this will fix it.
This commit is contained in:
meepingsnesroms 2017-08-12 19:22:19 -07:00
parent a78e37513d
commit c85fb0f7d2
1 changed files with 5 additions and 3 deletions

8
libretro-build-android-mk.sh Executable file → Normal file
View File

@ -125,7 +125,9 @@ WANT_CORES=" \
mednafen_psx \ mednafen_psx \
catsfc \ catsfc \
snes9x \ snes9x \
snes9x_next \ snes9x2002 \
snes9x2005 \
snes9x2010 \
genesis_plus_gx \ genesis_plus_gx \
virtualjaguar \ virtualjaguar \
stella \ stella \
@ -143,7 +145,7 @@ WANT_CORES=" \
nestopia \ nestopia \
tgbdual \ tgbdual \
quicknes \ quicknes \
handy \ handy \
gambatte \ gambatte \
prboom \ prboom \
tyrquake \ tyrquake \
@ -162,7 +164,7 @@ WANT_CORES=" \
xrick \ xrick \
pocketcdg \ pocketcdg \
crocods \ crocods \
pocketsnes" puae"
fi fi
for core in $WANT_CORES; do for core in $WANT_CORES; do