diff --git a/libretro-build-android-mk.sh b/libretro-build-android-mk.sh index 075f9599..67b4d09a 100755 --- a/libretro-build-android-mk.sh +++ b/libretro-build-android-mk.sh @@ -108,12 +108,6 @@ build_libretro_vecx() { build_libretro_generic_makefile "vecx" "libretro/jni" } -build_libretro_mupen64() -{ - build_libretro_generic_makefile "mupen64plus" "libretro/jni" -} - - build_libretro_fceumm() { build_libretro_generic_makefile "fceumm" "src/drivers/libretro/jni" } @@ -236,7 +230,8 @@ WANT_CORES=" \ meteor \ nxengine \ o2em \ - pcsx_rearmed" + pcsx_rearmed \ + mupen64plus" build_libretro_bsnes build_libretro_bsnes_mercury fi diff --git a/recipes/android/cores-android-jni b/recipes/android/cores-android-jni index c655af24..0c12a385 100644 --- a/recipes/android/cores-android-jni +++ b/recipes/android/cores-android-jni @@ -26,7 +26,7 @@ mednafen_supergrafx libretro-beetle_supergrafx https://github.com/libretro/beetl mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git PROJECT YES GENERIC_JNI Makefile jni mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git PROJECT YES GENERIC_JNI Makefile jni meteor libretro-meteor https://github.com/libretro/meteor-libretro.git PROJECT YES GENERIC_JNI Makefile libretro/jni -mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git PROJECT YES GENERIC_JNI Makefile libretro/jni +mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git PROJECT YES GENERIC_JNI Makefile jni nestopia libretro-nestopia https://github.com/libretro/nestopia.git PROJECT YES GENERIC_JNI Makefile libretro/jni nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git PROJECT YES GENERIC_JNI Makefile jni o2em libretro-o2em https://github.com/libretro/libretro-o2em.git PROJECT YES GENERIC_JNI Makefile jni