Update recipes

This commit is contained in:
twinaphex 2015-11-09 03:35:46 +01:00
parent ecfef7dbee
commit d5cc334c98
2 changed files with 5 additions and 12 deletions

View File

@ -70,20 +70,11 @@ build_libretro_vbam() {
build_libretro_generic_makefile "vbam" "src/libretro/jni"
}
build_libretro_tgbdual() {
build_libretro_generic_makefile "tgbdual" "libretro/jni"
}
build_libretro_prboom()
{
build_libretro_generic_makefile "prboom" "libretro/jni"
}
build_libretro_nestopia() {
build_libretro_generic_makefile "nestopia" "libretro/jni"
}
build_libretro_tyrquake() {
build_libretro_generic_makefile "tyrquake" "libretro/jni"
}
@ -228,14 +219,16 @@ WANT_CORES=" \
o2em \
pcsx_rearmed \
mupen64plus \
vecx"
vecx \
nestopia \
tgbdual"
build_libretro_bsnes
build_libretro_bsnes_mercury
fi
for core in $WANT_CORES; do
path="jni"
if [ $core = "snes9x" ] || [ $core = "snes9x_next" ] || [ $core = "genesis_plus_gx" ] || [ $core = "meteor" ]; then
if [ $core = "snes9x" ] || [ $core = "snes9x_next" ] || [ $core = "genesis_plus_gx" ] || [ $core = "meteor" ] || [ $core = "nestopia" ]; then
path="libretro/jni"
fi
build_libretro_generic_makefile $core $path

View File

@ -37,7 +37,7 @@ prboom libretro-prboom https://github.com/libretro/libretro-prboom.git PROJECT
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git PROJECT YES GENERIC_JNI Makefile jni
snes9x libretro-snes9x https://github.com/libretro/snes9x.git PROJECT YES GENERIC_JNI Makefile libretro/jni
stella libretro-stella https://github.com/libretro/stella-libretro.git PROJECT YES GENERIC_JNI Makefile jni
tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git PROJECT YES GENERIC_JNI Makefile libretro/jni
tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git PROJECT YES GENERIC_JNI Makefile jni
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git PROJECT YES GENERIC_JNI Makefile libretro/jni
vbam libretro-vbam https://github.com/libretro/vbam-libretro.git PROJECT YES GENERIC_JNI Makefile src/libretro/jni
vecx libretro-vecx https://github.com/libretro/libretro-vecx.git PROJECT YES GENERIC_JNI Makefile.libretro jni