mirror of
https://github.com/libretro/libretro-super
synced 2025-04-02 13:20:19 +00:00
More cleanups
This commit is contained in:
parent
fa31af299d
commit
495c6373de
@ -62,22 +62,10 @@ build_libretro_generic_makefile()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
build_libretro_vba_next() {
|
|
||||||
build_libretro_generic_makefile "vba_next" "libretro/jni"
|
|
||||||
}
|
|
||||||
|
|
||||||
build_libretro_vbam() {
|
|
||||||
build_libretro_generic_makefile "vbam" "src/libretro/jni"
|
|
||||||
}
|
|
||||||
|
|
||||||
build_libretro_ppsspp() {
|
build_libretro_ppsspp() {
|
||||||
build_libretro_generic_makefile "ppsspp" "libretro/jni"
|
build_libretro_generic_makefile "ppsspp" "libretro/jni"
|
||||||
}
|
}
|
||||||
|
|
||||||
build_libretro_yabause() {
|
|
||||||
build_libretro_generic_makefile "yabause" "libretro/jni"
|
|
||||||
}
|
|
||||||
|
|
||||||
build_libretro_fceumm() {
|
build_libretro_fceumm() {
|
||||||
build_libretro_generic_makefile "fceumm" "src/drivers/libretro/jni"
|
build_libretro_generic_makefile "fceumm" "src/drivers/libretro/jni"
|
||||||
}
|
}
|
||||||
@ -202,14 +190,16 @@ WANT_CORES=" \
|
|||||||
handy \
|
handy \
|
||||||
gambatte \
|
gambatte \
|
||||||
prboom \
|
prboom \
|
||||||
tyrquake"
|
tyrquake \
|
||||||
|
vba_next \
|
||||||
|
vbam"
|
||||||
build_libretro_bsnes
|
build_libretro_bsnes
|
||||||
build_libretro_bsnes_mercury
|
build_libretro_bsnes_mercury
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for core in $WANT_CORES; do
|
for core in $WANT_CORES; do
|
||||||
path="jni"
|
path="jni"
|
||||||
if [ $core = "snes9x" ] || [ $core = "genesis_plus_gx" ] || [ $core = "meteor" ] || [ $core = "nestopia" ]; then
|
if [ $core = "snes9x" ] || [ $core = "genesis_plus_gx" ] || [ $core = "meteor" ] || [ $core = "nestopia" ] || [ $core = "yabause" ] || [ $core = "vbam" ] || [ $core = "vba_next" ]; then
|
||||||
path="libretro/jni"
|
path="libretro/jni"
|
||||||
fi
|
fi
|
||||||
if [ $core = "gambatte" ]; then
|
if [ $core = "gambatte" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user