add r9 recipe for mupen64
This commit is contained in:
parent
a11bc853ae
commit
90470b1bb4
|
@ -785,7 +785,7 @@ then
|
|||
|
||||
fi
|
||||
|
||||
if [ "${PLATFORM}" == "android" ];
|
||||
if [ "${PLATFORM}" == "android" ] && [ "${RA}" == "YES" ];
|
||||
then
|
||||
|
||||
while read line; do
|
||||
|
|
|
@ -22,7 +22,7 @@ mednafen_supergrafx libretro-mednafen_supergrafx https://github.com/libretro/bee
|
|||
mednafen_vb libretro-mednafen_vb https://github.com/libretro/beetle-vb-libretro.git PROJECT YES GENERIC_JNI Makefile jni
|
||||
mednafen_wswan libretro-mednafen_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 NO GENERIC_JNI Makefile libretro/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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git PROJECT YES GENERIC_JNI Makefile libretro/jni
|
|
@ -0,0 +1,8 @@
|
|||
ANDROID_HOME /opt/android-sdk
|
||||
NDK_ROOT /opt/android-ndk-r9
|
||||
ANDROID_NDK /opt/android-ndk-r9
|
||||
PATH /opt/android-ndk-r9:/opt/android-sdk/tools
|
||||
PLATFORM android
|
||||
platform android
|
||||
NDK ndk-build
|
||||
RA NO
|
|
@ -6,3 +6,4 @@ PLATFORM android
|
|||
platform android
|
||||
MAKE make
|
||||
NDK ndk-build
|
||||
RA YES
|
||||
|
|
Loading…
Reference in New Issue