mirror of
https://github.com/libretro/libretro-super
synced 2025-01-01 09:00:08 +00:00
(Wii) Add FBA Cores to build-wii.sh
This commit is contained in:
parent
a345ee455c
commit
6d52249c72
@ -95,6 +95,19 @@ build_libretro_fba()
|
||||
make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS clean || die "Failed to clean Final Burn Alpha"
|
||||
make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS || die "Failed to build Final Burn Alpha"
|
||||
cp fb_alpha_libretro$FORMAT.a $RARCH_DIST_DIR
|
||||
|
||||
echo "=== Building Final Burn Alpha Cores (CPS2) ==="
|
||||
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 libretro_wii.a $RARCH_DIST_DIR/fba_cores_cps2_libretro$FORMAT.a
|
||||
cd ../../
|
||||
|
||||
echo "=== Building Final Burn Alpha Cores (NeoGeo) ==="
|
||||
cd fbacores/neogeo
|
||||
make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS clean || die "Failed to clean Final Burn Alpha Cores NeoGeo"
|
||||
make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS || die "Failed to build Final Burn Alpha Cores NeoGeo"
|
||||
cp libretro_wii.a $RARCH_DIST_DIR/fba_cores_neo_libretro$FORMAT.a
|
||||
else
|
||||
echo "Final Burn Alpha not fetched, skipping ..."
|
||||
fi
|
||||
@ -241,6 +254,8 @@ build_libretro_mednafen
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba
|
||||
build_libretro_fba_cores_cps2
|
||||
build_libretro_fba_cores_neo
|
||||
build_libretro_vba
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
|
Loading…
Reference in New Issue
Block a user