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 \
|
||||
catsfc \
|
||||
snes9x \
|
||||
snes9x_next \
|
||||
snes9x2002 \
|
||||
snes9x2005 \
|
||||
snes9x2010 \
|
||||
genesis_plus_gx \
|
||||
virtualjaguar \
|
||||
stella \
|
||||
|
@ -162,7 +164,7 @@ WANT_CORES=" \
|
|||
xrick \
|
||||
pocketcdg \
|
||||
crocods \
|
||||
pocketsnes"
|
||||
puae"
|
||||
fi
|
||||
|
||||
for core in $WANT_CORES; do
|
||||
|
|
Loading…
Reference in New Issue