- Fix broken scummvm github link in recipes/android/cores-android-jni

- Add scummvm to libretro-build-android-mk.sh
This commit is contained in:
jdgleaver 2018-05-09 16:07:12 +01:00
parent 97eec90c97
commit efb86929d8
2 changed files with 8 additions and 2 deletions

View File

@ -164,7 +164,8 @@ WANT_CORES=" \
xrick \
pocketcdg \
crocods \
puae"
puae \
scummvm"
fi
for core in $WANT_CORES; do
@ -187,6 +188,11 @@ for core in $WANT_CORES; do
path="target-libretro/jni"
append="_$core"
fi
if [ $core = "scummvm" ]; then
path="backends/platform/libretro/build/jni"
fi
build_libretro_generic_makefile $core $path $append
build_libretro_generic_makefile_armv7neon $core $path $append
done

View File

@ -75,7 +75,7 @@ px68k libretro-px68k https://github.com/libretro/px68k-libretro.git master YES G
quicknes libretro-quicknes https://github.com/libretro/QuickNES_Core.git master YES GENERIC_JNI Makefile jni
reminiscence libretro-reminiscence https://github.com/libretro/REminiscence.git master YES GENERIC_JNI Makefile jni
sameboy libretro-sameboy https://github.com/libretro/SameBoy.git buildbot YES GENERIC_JNI Makefile libretro/jni
scummvm libretro-scummvm https://github.com/webgeek1234/scummvm.git master YES GENERIC_JNI Makefile backends/platform/libretro/build/jni
scummvm libretro-scummvm https://github.com/libretro/scummvm.git master YES GENERIC_JNI Makefile backends/platform/libretro/build/jni
snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC_JNI Makefile libretro/jni
snes9x2002 libretro-snes9x2002 https://github.com/libretro/snes9x2002.git master YES GENERIC_JNI Makefile jni
snes9x2005 libretro-snes9x2005 https://github.com/libretro/snes9x2005.git master YES GENERIC_JNI Makefile jni