mirror of
https://github.com/libretro/libretro-super
synced 2025-01-29 12:32:41 +00:00
Rename libretro_vba to libretro_vba_next
This commit is contained in:
parent
5b73b6f3bd
commit
e03daeec82
@ -178,12 +178,12 @@ build_libretro_fba_full()
|
||||
fi
|
||||
}
|
||||
|
||||
build_libretro_vba()
|
||||
build_libretro_vba_next()
|
||||
{
|
||||
cd $BASE_DIR
|
||||
if [ -d "libretro-vba" ]; then
|
||||
if [ -d "libretro-vba-next" ]; then
|
||||
echo "=== Building VBA-Next ==="
|
||||
cd libretro-vba/
|
||||
cd libretro-vba-next/
|
||||
cd libretro/jni
|
||||
ndk-build clean APP_ABI="armeabi-v7a mips x86"
|
||||
ndk-build -j$JOBS APP_ABI="armeabi-v7a mips x86"
|
||||
@ -462,7 +462,7 @@ else
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba_full
|
||||
build_libretro_vba
|
||||
build_libretro_vba_next
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
build_libretro_nx
|
||||
|
@ -64,12 +64,12 @@ build_libretro_genplus()
|
||||
fi
|
||||
}
|
||||
|
||||
build_libretro_vba()
|
||||
build_libretro_vba_next()
|
||||
{
|
||||
cd $BASE_DIR
|
||||
if [ -d "libretro-vba" ]; then
|
||||
if [ -d "libretro-vba-next" ]; then
|
||||
echo "=== Building VBA-Next ==="
|
||||
cd libretro-vba/
|
||||
cd libretro-vba-next/
|
||||
cd libretro/msvc
|
||||
cmd.exe /k $MSVC_NAME.bat
|
||||
cp $MSVC_NAME/Release/vba_next_libretro$FORMAT.$FORMAT_EXT "$RARCH_DIST_DIR"
|
||||
|
@ -266,12 +266,12 @@ build_libretro_mame078()
|
||||
fi
|
||||
}
|
||||
|
||||
build_libretro_vba()
|
||||
build_libretro_vba_next()
|
||||
{
|
||||
cd "$BASE_DIR"
|
||||
if [ -d "libretro-vba" ]; then
|
||||
if [ -d "libretro-vba-next" ]; then
|
||||
echo "=== Building VBA-Next ==="
|
||||
cd libretro-vba/
|
||||
cd libretro-vba-next/
|
||||
${MAKE} -f Makefile.libretro platform=$FORMAT_COMPILER_TARGET_ALT $COMPILER -j$JOBS clean || die "Failed to clean VBA-Next"
|
||||
${MAKE} -f Makefile.libretro platform=$FORMAT_COMPILER_TARGET_ALT $COMPILER -j$JOBS || die "Failed to build VBA-Next"
|
||||
cp vba_next_libretro$FORMAT.$FORMAT_EXT "$RARCH_DIST_DIR"
|
||||
|
@ -27,7 +27,7 @@ else
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba_full
|
||||
build_libretro_vba
|
||||
build_libretro_vba_next
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
build_libretro_nx
|
||||
|
@ -21,7 +21,7 @@ else
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba
|
||||
build_libretro_vba
|
||||
build_libretro_vba_next
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
build_libretro_nx
|
||||
|
@ -20,7 +20,7 @@ else
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba_full
|
||||
build_libretro_vba
|
||||
build_libretro_vba_next
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
build_libretro_nx
|
||||
|
@ -24,7 +24,7 @@ else
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba_full
|
||||
build_libretro_vba
|
||||
build_libretro_vba_next
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
build_libretro_nx
|
||||
|
@ -21,7 +21,7 @@ else
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba
|
||||
build_libretro_vba
|
||||
build_libretro_vba_next
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
build_libretro_nx
|
||||
|
@ -54,7 +54,7 @@ else
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba
|
||||
build_libretro_vba
|
||||
build_libretro_vba_next
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
build_libretro_nx
|
||||
|
@ -37,7 +37,7 @@ else
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba
|
||||
build_libretro_vba
|
||||
build_libretro_vba_next
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
build_libretro_nx
|
||||
|
@ -102,7 +102,7 @@ fi
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba_full
|
||||
build_libretro_vba
|
||||
build_libretro_vba_next
|
||||
build_libretro_bnes
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
|
@ -79,7 +79,7 @@ fetch_project "$REPO_BASE/libretro/snes9x.git" "libretro-s9x" "libretro/SNES9x"
|
||||
fetch_project "$REPO_BASE/libretro/snes9x-next.git" "libretro-s9x-next" "libretro/SNES9x-Next"
|
||||
fetch_project "$REPO_BASE/libretro/Genesis-Plus-GX.git" "libretro-genplus" "libretro/Genplus GX"
|
||||
fetch_project "$REPO_BASE/libretro/fba-libretro.git" "libretro-fba" "libretro/FBA"
|
||||
fetch_project "$REPO_BASE/libretro/vba-next.git" "libretro-vba" "libretro/VBA"
|
||||
fetch_project "$REPO_BASE/libretro/vba-next.git" "libretro-vba-next" "libretro/VBA"
|
||||
fetch_project "$REPO_BASE/libretro/bnes-libretro.git" "libretro-bnes" "libretro/bNES"
|
||||
fetch_project "$REPO_BASE/libretro/fceu-next.git" "libretro-fceu" "libretro/FCEU"
|
||||
fetch_project "$REPO_BASE/libretro/gambatte-libretro.git" "libretro-gambatte" "libretro/Gambatte"
|
||||
|
Loading…
x
Reference in New Issue
Block a user