Update recipes

This commit is contained in:
twinaphex 2015-11-09 03:28:21 +01:00
parent 53f9c34482
commit 74fe979eb1
2 changed files with 3 additions and 8 deletions

View file

@ -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

View file

@ -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