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:
parent
a78e37513d
commit
c85fb0f7d2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue