Add standalone Mednafen VB repo
This commit is contained in:
parent
c164c0aa56
commit
6d76849caf
|
@ -36,6 +36,20 @@ build_libretro_mednafen_pce_fast()
|
|||
fi
|
||||
}
|
||||
|
||||
build_libretro_mednafen_vb()
|
||||
{
|
||||
cd $BASE_DIR
|
||||
if [ -d "libretro-mednafen-vb" ]; then
|
||||
echo "=== Building Mednafen VB ==="
|
||||
cd libretro-mednafen-vb
|
||||
cd msvc
|
||||
cmd.exe /k $MSVC_NAME.bat
|
||||
cp $MSVC_NAME/$RELEASE_LTCG/${MSVC_NAME}.${FORMAT_EXT} "$RARCH_DIST_DIR"/mednafen_vb_libretro$FORMAT.$FORMAT_EXT
|
||||
else
|
||||
echo "Mednafen VB not fetched, skipping ..."
|
||||
fi
|
||||
}
|
||||
|
||||
build_libretro_s9x()
|
||||
{
|
||||
cd $BASE_DIR
|
||||
|
|
|
@ -206,6 +206,20 @@ build_libretro_mednafen_pce_fast() {
|
|||
fi
|
||||
}
|
||||
|
||||
build_libretro_mednafen_vb() {
|
||||
cd "${BASE_DIR}"
|
||||
if [ -d 'libretro-mednafen-vb' ]; then
|
||||
echo '=== Building Mednafen VB ==='
|
||||
cd libretro-mednafen-vb
|
||||
|
||||
"${MAKE}" platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" clean || die "Failed to clean mednafen/vb"
|
||||
"${MAKE}" platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" || die "Failed to build mednafen/vb"
|
||||
cp "mednafen_vb_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}"
|
||||
else
|
||||
echo 'Mednafen VB not fetched, skipping ...'
|
||||
fi
|
||||
}
|
||||
|
||||
build_libretro_mednafen_psx() {
|
||||
cd "${BASE_DIR}"
|
||||
if [ -d 'libretro-mednafen-psx' ]; then
|
||||
|
|
|
@ -31,6 +31,7 @@ else
|
|||
build_libretro_bsnes
|
||||
build_libretro_mednafen
|
||||
build_libretro_mednafen_pce_fast
|
||||
build_libretro_mednafen_vb
|
||||
build_libretro_mednafen_psx
|
||||
#build_libretro_mednafen_snes
|
||||
build_libretro_s9x
|
||||
|
|
|
@ -19,6 +19,7 @@ if [ $1 ]; then
|
|||
else
|
||||
build_libretro_mednafen
|
||||
build_libretro_mednafen_pce_fast
|
||||
build_libretro_mednafen_vb
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba
|
||||
|
|
|
@ -18,6 +18,7 @@ if [ $1 ]; then
|
|||
else
|
||||
build_libretro_mednafen
|
||||
build_libretro_mednafen_pce_fast
|
||||
build_libretro_mednafen_vb
|
||||
build_libretro_mednafen_psx
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
|
|
|
@ -17,6 +17,7 @@ if [ $1 ]; then
|
|||
$1
|
||||
else
|
||||
build_libretro_mednafen_pce_fast
|
||||
build_libretro_mednafen_vb
|
||||
build_libretro_mednafen
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
|
|
|
@ -20,6 +20,7 @@ else
|
|||
#build_libretro_bsnes
|
||||
build_libretro_mednafen
|
||||
build_libretro_mednafen_pce_fast
|
||||
build_libretro_mednafen_pce_vb
|
||||
build_libretro_mednafen_psx
|
||||
build_libretro_s9x
|
||||
build_libretro_s9x_next
|
||||
|
|
|
@ -19,6 +19,7 @@ if [ $1 ]; then
|
|||
else
|
||||
build_libretro_mednafen
|
||||
build_libretro_mednafen_psx
|
||||
build_libretro_mednafen_vb
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba
|
||||
|
|
|
@ -22,6 +22,7 @@ if [ $1 ]; then
|
|||
else
|
||||
build_libretro_mednafen
|
||||
build_libretro_mednafen_pce_fast
|
||||
build_libretro_mednafen_pce_vb
|
||||
build_libretro_s9x
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
|
|
|
@ -81,6 +81,7 @@ if [ $1 ]; then
|
|||
else
|
||||
build_libretro_mednafen
|
||||
build_libretro_mednafen_pce_fast
|
||||
build_libretro_mednafen_vb
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba
|
||||
|
|
|
@ -37,6 +37,7 @@ if [ $1 ]; then
|
|||
else
|
||||
build_libretro_mednafen
|
||||
build_libretro_mednafen_pce_fast
|
||||
build_libretro_mednafen_vb
|
||||
build_libretro_s9x_next
|
||||
build_libretro_genplus
|
||||
build_libretro_fba
|
||||
|
|
|
@ -98,6 +98,7 @@ else
|
|||
build_libretro_bsnes
|
||||
build_libretro_mednafen
|
||||
build_libretro_mednafen_pce_fast
|
||||
build_libretro_mednafen_vb
|
||||
build_libretro_mednafen_psx
|
||||
build_libretro_mednafen_snes
|
||||
build_libretro_s9x
|
||||
|
|
|
@ -97,6 +97,7 @@ fetch_project "$REPO_BASE/libretro/pcsx_rearmed.git" "libretro-pcsx-rearmed" "li
|
|||
fetch_project "$REPO_BASE/libretro/mednafen-libretro.git" "libretro-mednafen" "libretro/Mednafen"
|
||||
fetch_project "$REPO_BASE/libretro/mednafen-pce-fast-libretro.git" "libretro-mednafen-pce-fast" "libretro/Mednafen PCE Fast"
|
||||
fetch_project "$REPO_BASE/libretro/mednafen-psx-libretro.git" "libretro-mednafen-psx" "libretro/Mednafen PSX"
|
||||
fetch_project "$REPO_BASE/libretro/mednafen-vb-libretro.git" "libretro-mednafen-vb" "libretro/Mednafen VB"
|
||||
fetch_project "$REPO_BASE/libretro/scummvm.git" "libretro-scummvm" "libretro/scummvm"
|
||||
fetch_project "$REPO_BASE/libretro/yabause.git" "libretro-yabause" "libretro/yabause"
|
||||
fetch_project "$REPO_BASE/libretro/dosbox-libretro.git" "libretro-dosbox" "libretro/dosbox"
|
||||
|
|
Loading…
Reference in New Issue