mirror of
https://github.com/libretro/libretro-super
synced 2025-03-30 13:20:22 +00:00
Update libretro-build-android-mk.sh
Add px68k
This commit is contained in:
parent
6b3f006241
commit
39b9e29416
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user