Update libretro-build-android-mk.sh

Add px68k
This commit is contained in:
negativeExponent 2020-01-22 11:52:39 +08:00 committed by GitHub
parent 6b3f006241
commit 39b9e29416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,7 @@ fi
for core in $WANT_CORES; do
path="jni"
append=""
if [ $core = "snes9x" ] || [ $core = "genesis_plus_gx" ] || [ $core = "meteor" ] || [ $core = "nestopia" ] || [ $core = "yabause" ] || [ $core = "vbam" ] || [ $core = "vba_next" ] || [ $core = "ppsspp" ]; then
if [ $core = "snes9x" ] || [ $core = "genesis_plus_gx" ] || [ $core = "meteor" ] || [ $core = "nestopia" ] || [ $core = "yabause" ] || [ $core = "vbam" ] || [ $core = "vba_next" ] || [ $core = "ppsspp" ] || [ $core = "px68k" ]; then
path="libretro/jni"
fi
if [ $core = "gambatte" ]; then