Rename libretro-genplus to libretro_genesis_plus_gx
This commit is contained in:
parent
ec3b1ec385
commit
d94b7868cd
|
@ -876,7 +876,7 @@ else
|
||||||
build_libretro_beetle_bsnes
|
build_libretro_beetle_bsnes
|
||||||
build_libretro_snes9x
|
build_libretro_snes9x
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
build_libretro_fba_full
|
build_libretro_fba_full
|
||||||
build_libretro_vbam
|
build_libretro_vbam
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
|
|
|
@ -160,12 +160,12 @@ build_libretro_s9x_next()
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
build_libretro_genplus()
|
build_libretro_genesis_plus_gx()
|
||||||
{
|
{
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
if [ -d "libretro-genplus" ]; then
|
if [ -d "libretro-genesis_plus_gx" ]; then
|
||||||
echo "=== Building Genplus GX ==="
|
echo "=== Building Genplus GX ==="
|
||||||
cd libretro-genplus/
|
cd libretro-genesis_plus_gx/
|
||||||
cd libretro/msvc
|
cd libretro/msvc
|
||||||
cmd.exe /k $MSVC_NAME.bat
|
cmd.exe /k $MSVC_NAME.bat
|
||||||
cp $MSVC_NAME/$RELEASE_LTCG/${MSVC_NAME}.${FORMAT_EXT} "$RARCH_DIST_DIR"/genesis_plus_gx_libretro$FORMAT.$FORMAT_EXT
|
cp $MSVC_NAME/$RELEASE_LTCG/${MSVC_NAME}.${FORMAT_EXT} "$RARCH_DIST_DIR"/genesis_plus_gx_libretro$FORMAT.$FORMAT_EXT
|
||||||
|
|
|
@ -472,11 +472,11 @@ build_libretro_dinothawr() {
|
||||||
build_libretro_generic_makefile_rootdir "dinothawr" "Makefile" ${FORMAT_COMPILER_TARGET_ALT}
|
build_libretro_generic_makefile_rootdir "dinothawr" "Makefile" ${FORMAT_COMPILER_TARGET_ALT}
|
||||||
}
|
}
|
||||||
|
|
||||||
build_libretro_genplus() {
|
build_libretro_genesis_plus_gx() {
|
||||||
cd "${BASE_DIR}"
|
cd "${BASE_DIR}"
|
||||||
if [ -d 'libretro-genplus' ]; then
|
if [ -d 'libretro-genesis_plus_gx' ]; then
|
||||||
echo '=== Building Genplus GX ==='
|
echo '=== Building Genplus GX ==='
|
||||||
cd libretro-genplus/
|
cd libretro-genesis_plus_gx/
|
||||||
|
|
||||||
if [ -z "${NOCLEAN}" ]; then
|
if [ -z "${NOCLEAN}" ]; then
|
||||||
"${MAKE}" -f Makefile.libretro platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" clean || die 'Failed to clean Genplus GX'
|
"${MAKE}" -f Makefile.libretro platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" clean || die 'Failed to clean Genplus GX'
|
||||||
|
|
|
@ -44,7 +44,7 @@ else
|
||||||
#build_libretro_beetle_bsnes
|
#build_libretro_beetle_bsnes
|
||||||
build_libretro_snes9x
|
build_libretro_snes9x
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
build_libretro_fba_full
|
build_libretro_fba_full
|
||||||
build_libretro_vbam
|
build_libretro_vbam
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
|
|
|
@ -29,7 +29,7 @@ else
|
||||||
build_libretro_beetle_wswan
|
build_libretro_beetle_wswan
|
||||||
build_libretro_beetle_bsnes
|
build_libretro_beetle_bsnes
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
build_libretro_fba
|
build_libretro_fba
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
build_libretro_fceumm
|
build_libretro_fceumm
|
||||||
|
|
|
@ -28,7 +28,7 @@ else
|
||||||
build_libretro_beetle_psx
|
build_libretro_beetle_psx
|
||||||
build_libretro_beetle_bsnes
|
build_libretro_beetle_bsnes
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
build_libretro_fba_full
|
build_libretro_fba_full
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
build_libretro_fceumm
|
build_libretro_fceumm
|
||||||
|
|
|
@ -30,7 +30,7 @@ else
|
||||||
build_libretro_beetle_bsnes
|
build_libretro_beetle_bsnes
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
#build_libretro_fba_full
|
#build_libretro_fba_full
|
||||||
build_libretro_fba_cps2
|
build_libretro_fba_cps2
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
|
|
|
@ -32,7 +32,7 @@ else
|
||||||
build_libretro_beetle_bsnes
|
build_libretro_beetle_bsnes
|
||||||
build_libretro_snes9x
|
build_libretro_snes9x
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
build_libretro_fba_full
|
build_libretro_fba_full
|
||||||
build_libretro_vbam
|
build_libretro_vbam
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
|
|
|
@ -30,7 +30,7 @@ else
|
||||||
build_libretro_beetle_wswan
|
build_libretro_beetle_wswan
|
||||||
build_libretro_beetle_bsnes
|
build_libretro_beetle_bsnes
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
build_libretro_fba
|
build_libretro_fba
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
build_libretro_fceumm
|
build_libretro_fceumm
|
||||||
|
|
|
@ -31,7 +31,7 @@ else
|
||||||
#build_libretro_beetle_bsnes
|
#build_libretro_beetle_bsnes
|
||||||
build_libretro_snes9x
|
build_libretro_snes9x
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
#build_libretro_fba
|
#build_libretro_fba
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
build_libretro_fceumm
|
build_libretro_fceumm
|
||||||
|
|
|
@ -89,7 +89,7 @@ else
|
||||||
build_libretro_beetle_wswan
|
build_libretro_beetle_wswan
|
||||||
#build_libretro_beetle_bsnes
|
#build_libretro_beetle_bsnes
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
build_libretro_fba
|
build_libretro_fba
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
build_libretro_fceumm
|
build_libretro_fceumm
|
||||||
|
|
|
@ -45,7 +45,7 @@ else
|
||||||
build_libretro_beetle_wswan
|
build_libretro_beetle_wswan
|
||||||
#build_libretro_beetle_bsnes
|
#build_libretro_beetle_bsnes
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
build_libretro_fba
|
build_libretro_fba
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
build_libretro_fceumm
|
build_libretro_fceumm
|
||||||
|
|
|
@ -112,7 +112,7 @@ else
|
||||||
build_libretro_beetle_snes
|
build_libretro_beetle_snes
|
||||||
build_libretro_snes9x
|
build_libretro_snes9x
|
||||||
build_libretro_snes9x_next
|
build_libretro_snes9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genesis_plus_gx
|
||||||
build_libretro_fba_full
|
build_libretro_fba_full
|
||||||
build_libretro_vbam
|
build_libretro_vbam
|
||||||
build_libretro_vba_next
|
build_libretro_vba_next
|
||||||
|
|
|
@ -112,7 +112,7 @@ fetch_subprojects "$REPO_BASE/libretro/retroarch-joypad-autoconfig.git" "retroar
|
||||||
fetch_project_bsnes "git://gitorious.org/bsnes/bsnes.git --branch libretro" "libretro-bsnes" "libretro/bSNES"
|
fetch_project_bsnes "git://gitorious.org/bsnes/bsnes.git --branch libretro" "libretro-bsnes" "libretro/bSNES"
|
||||||
fetch_project "$REPO_BASE/libretro/snes9x.git" "libretro-snes9x" "libretro/SNES9x"
|
fetch_project "$REPO_BASE/libretro/snes9x.git" "libretro-snes9x" "libretro/SNES9x"
|
||||||
fetch_project "$REPO_BASE/libretro/snes9x-next.git" "libretro-snes9x_next" "libretro/SNES9x-Next"
|
fetch_project "$REPO_BASE/libretro/snes9x-next.git" "libretro-snes9x_next" "libretro/SNES9x-Next"
|
||||||
fetch_project "$REPO_BASE/libretro/Genesis-Plus-GX.git" "libretro-genplus" "libretro/Genplus GX"
|
fetch_project "$REPO_BASE/libretro/Genesis-Plus-GX.git" "libretro-genesis_plus_gx" "libretro/Genplus GX"
|
||||||
fetch_project "$REPO_BASE/libretro/fba-libretro.git" "libretro-fba" "libretro/FBA"
|
fetch_project "$REPO_BASE/libretro/fba-libretro.git" "libretro-fba" "libretro/FBA"
|
||||||
fetch_project "$REPO_BASE/libretro/vba-next.git" "libretro-vba_next" "libretro/VBA Next"
|
fetch_project "$REPO_BASE/libretro/vba-next.git" "libretro-vba_next" "libretro/VBA Next"
|
||||||
fetch_project "$REPO_BASE/libretro/vbam-libretro.git" "libretro-vbam" "libretro/VBA-M"
|
fetch_project "$REPO_BASE/libretro/vbam-libretro.git" "libretro-vbam" "libretro/VBA-M"
|
||||||
|
|
Loading…
Reference in New Issue