mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
(GX) Refactor libretro_build_fba_cps2_gx
This commit is contained in:
parent
10e5ac9d71
commit
0820729d14
@ -1,23 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
build_libretro_fba_cps2_gx()
|
||||
{
|
||||
cd $BASE_DIR
|
||||
if [ -d "libretro-fba" ]; then
|
||||
echo "=== Building Final Burn Alpha Cores (CPS2) ==="
|
||||
cd libretro-fba/
|
||||
cd svn-old/trunk
|
||||
cd fbacores/cps2
|
||||
make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS clean || die "Failed to clean Final Burn Alpha Cores CPS2"
|
||||
make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS || die "Failed to build Final Burn Alpha Cores CPS2"
|
||||
cp fba_cores_cps2_libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR/fba_cores_cps2_libretro$FORMAT.${FORMAT_EXT}
|
||||
fi
|
||||
}
|
||||
|
||||
build_libretro_fba()
|
||||
{
|
||||
build_libretro_fb_alpha
|
||||
build_libretro_fba_cps1
|
||||
build_libretro_fba_cps2_gx
|
||||
build_libretro_generic_makefile_subcore "fb_alpha" "fba_cores_cps2" "svn-old/trunk/fbacores/cps2" "makefile.libretro" ${FORMAT_COMPILER_TARGET}
|
||||
build_libretro_fba_neogeo
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user