Add pocketsnes to libretro-build-android-mk.sh

This commit is contained in:
twinaphex 2015-11-14 04:27:41 +01:00
parent 36019e7b1a
commit 77cd5daef2

View File

@ -135,7 +135,8 @@ WANT_CORES=" \
desmume \
fb_alpha \
bsnes_mercury_performance \
bsnes_performance"
bsnes_performance \
pocketsnes"
fi
for core in $WANT_CORES; do