mirror of
https://github.com/libretro/libretro-super
synced 2025-01-30 06:32:45 +00:00
Add Mednafen PCE Fast repo
This commit is contained in:
parent
05b9c5ea07
commit
c9e05d2862
@ -66,7 +66,7 @@ build_libretro_mednafen_psx()
|
|||||||
{
|
{
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
pwd
|
pwd
|
||||||
if [ -d "libretro-mednafen" ]; then
|
if [ -d "libretro-mednafen-psx" ]; then
|
||||||
cd libretro-mednafen-psx
|
cd libretro-mednafen-psx
|
||||||
cd jni
|
cd jni
|
||||||
echo "=== Building Mednafen PSX ==="
|
echo "=== Building Mednafen PSX ==="
|
||||||
@ -82,6 +82,26 @@ build_libretro_mednafen_psx()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
build_libretro_mednafen_pce_fast()
|
||||||
|
{
|
||||||
|
cd $BASE_DIR
|
||||||
|
pwd
|
||||||
|
if [ -d "libretro-mednafen-pce-fast" ]; then
|
||||||
|
cd libretro-mednafen-pce-fast
|
||||||
|
cd jni
|
||||||
|
echo "=== Building Mednafen PCE Fast ==="
|
||||||
|
if [ -z "${NOCLEAN}" ]; then
|
||||||
|
ndk-build clean APP_ABI="armeabi-v7a mips x86" || die "Failed to clean Mednafen PCE Fast"
|
||||||
|
fi
|
||||||
|
ndk-build APP_ABI="armeabi-v7a mips x86" || die "Failed to build Mednafen PCE Fast"
|
||||||
|
cp ../libs/armeabi-v7a/libretro.${FORMAT_EXT} $RARCH_DIST_DIR/armeabi-v7a/mednafen_pce_fast_libretro${FORMAT}.${FORMAT_EXT}
|
||||||
|
cp ../libs/mips/libretro.${FORMAT_EXT} $RARCH_DIST_DIR/mips/mednafen_pce_fast_libretro${FORMAT}.${FORMAT_EXT}
|
||||||
|
cp ../libs/x86/libretro.${FORMAT_EXT} $RARCH_DIST_DIR/x86/mednafen_pce_fast_libretro${FORMAT}.${FORMAT_EXT}
|
||||||
|
else
|
||||||
|
echo "Mednafen PCE Fast not fetched, skipping ..."
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
build_libretro_s9x()
|
build_libretro_s9x()
|
||||||
{
|
{
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
@ -640,9 +660,10 @@ else
|
|||||||
#build_libretro_bsnes_cplusplus98
|
#build_libretro_bsnes_cplusplus98
|
||||||
build_libretro_bsnes
|
build_libretro_bsnes
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
|
build_libretro_mednafen_pce_fast
|
||||||
|
build_libretro_mednafen_psx
|
||||||
#build_libretro_mednafen_gba
|
#build_libretro_mednafen_gba
|
||||||
#build_libretro_mednafen_snes
|
#build_libretro_mednafen_snes
|
||||||
#build_libretro_mednafen_psx
|
|
||||||
build_libretro_s9x
|
build_libretro_s9x
|
||||||
build_libretro_s9x_next
|
build_libretro_s9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genplus
|
||||||
|
@ -8,7 +8,7 @@ die()
|
|||||||
|
|
||||||
build_libretro_mednafen()
|
build_libretro_mednafen()
|
||||||
{
|
{
|
||||||
for core in pce_fast pcfx wswan ngp gba vb; do
|
for core in pcfx wswan ngp gba vb; do
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
if [ -d "libretro-mednafen" ]; then
|
if [ -d "libretro-mednafen" ]; then
|
||||||
echo "=== Building Mednafen ${core} ==="
|
echo "=== Building Mednafen ${core} ==="
|
||||||
@ -22,6 +22,20 @@ build_libretro_mednafen()
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
build_libretro_mednafen_pce_fast()
|
||||||
|
{
|
||||||
|
cd $BASE_DIR
|
||||||
|
if [ -d "libretro-mednafen-pce-fast" ]; then
|
||||||
|
echo "=== Building Mednafen PCE Fast ==="
|
||||||
|
cd libretro-mednafen-pce-fast
|
||||||
|
cd msvc
|
||||||
|
cmd.exe /k $MSVC_NAME.bat
|
||||||
|
cp $MSVC_NAME/$RELEASE_LTCG/${MSVC_NAME}.${FORMAT_EXT} "$RARCH_DIST_DIR"/mednafen_pce_fast_libretro$FORMAT.$FORMAT_EXT
|
||||||
|
else
|
||||||
|
echo "Mednafen PCE Fast not fetched, skipping ..."
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
build_libretro_s9x()
|
build_libretro_s9x()
|
||||||
{
|
{
|
||||||
cd $BASE_DIR
|
cd $BASE_DIR
|
||||||
|
@ -180,7 +180,7 @@ build_libretro_mednafen() {
|
|||||||
echo '=== Building Mednafen ==='
|
echo '=== Building Mednafen ==='
|
||||||
cd libretro-mednafen
|
cd libretro-mednafen
|
||||||
|
|
||||||
for core in pce_fast pcfx psx lynx wswan ngp gba vb; do
|
for core in pcfx lynx wswan ngp gba vb; do
|
||||||
if [ -z "${NOCLEAN}" ]; then
|
if [ -z "${NOCLEAN}" ]; then
|
||||||
"${MAKE}" core="${core}" platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" clean || die "Failed to clean mednafen/${core}"
|
"${MAKE}" core="${core}" platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" clean || die "Failed to clean mednafen/${core}"
|
||||||
fi
|
fi
|
||||||
@ -192,6 +192,20 @@ build_libretro_mednafen() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
build_libretro_mednafen_pce_fast() {
|
||||||
|
cd "${BASE_DIR}"
|
||||||
|
if [ -d 'libretro-mednafen-pce-fast' ]; then
|
||||||
|
echo '=== Building Mednafen PCE Fast ==='
|
||||||
|
cd libretro-mednafen-pce-fast
|
||||||
|
|
||||||
|
"${MAKE}" platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" clean || die "Failed to clean mednafen/pce_fast"
|
||||||
|
"${MAKE}" platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" || die "Failed to build mednafen/pce_fast"
|
||||||
|
cp "mednafen_pce_fast_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}"
|
||||||
|
else
|
||||||
|
echo 'Mednafen PCE Fast not fetched, skipping ...'
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
build_libretro_mednafen_psx() {
|
build_libretro_mednafen_psx() {
|
||||||
cd "${BASE_DIR}"
|
cd "${BASE_DIR}"
|
||||||
if [ -d 'libretro-mednafen-psx' ]; then
|
if [ -d 'libretro-mednafen-psx' ]; then
|
||||||
|
@ -30,6 +30,7 @@ else
|
|||||||
build_libretro_bsnes_cplusplus98
|
build_libretro_bsnes_cplusplus98
|
||||||
build_libretro_bsnes
|
build_libretro_bsnes
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
|
build_libretro_mednafen_pce_fast
|
||||||
build_libretro_mednafen_psx
|
build_libretro_mednafen_psx
|
||||||
#build_libretro_mednafen_snes
|
#build_libretro_mednafen_snes
|
||||||
build_libretro_s9x
|
build_libretro_s9x
|
||||||
|
@ -18,6 +18,7 @@ if [ $1 ]; then
|
|||||||
$1
|
$1
|
||||||
else
|
else
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
|
build_libretro_mednafen_pce_fast
|
||||||
build_libretro_s9x_next
|
build_libretro_s9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genplus
|
||||||
build_libretro_fba
|
build_libretro_fba
|
||||||
|
@ -17,6 +17,7 @@ if [ $1 ]; then
|
|||||||
$1
|
$1
|
||||||
else
|
else
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
|
build_libretro_mednafen_pce_fast
|
||||||
build_libretro_mednafen_psx
|
build_libretro_mednafen_psx
|
||||||
build_libretro_s9x_next
|
build_libretro_s9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genplus
|
||||||
|
@ -16,6 +16,7 @@ MAKE=make
|
|||||||
if [ $1 ]; then
|
if [ $1 ]; then
|
||||||
$1
|
$1
|
||||||
else
|
else
|
||||||
|
build_libretro_mednafen_pce_fast
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
build_libretro_s9x_next
|
build_libretro_s9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genplus
|
||||||
|
@ -19,6 +19,7 @@ else
|
|||||||
build_libretro_bsnes_cplusplus98
|
build_libretro_bsnes_cplusplus98
|
||||||
#build_libretro_bsnes
|
#build_libretro_bsnes
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
|
build_libretro_mednafen_pce_fast
|
||||||
build_libretro_mednafen_psx
|
build_libretro_mednafen_psx
|
||||||
build_libretro_s9x
|
build_libretro_s9x
|
||||||
build_libretro_s9x_next
|
build_libretro_s9x_next
|
||||||
|
@ -21,6 +21,7 @@ if [ $1 ]; then
|
|||||||
$1
|
$1
|
||||||
else
|
else
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
|
build_libretro_mednafen_pce_fast
|
||||||
build_libretro_s9x
|
build_libretro_s9x
|
||||||
build_libretro_s9x_next
|
build_libretro_s9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genplus
|
||||||
|
@ -80,6 +80,7 @@ if [ $1 ]; then
|
|||||||
$1
|
$1
|
||||||
else
|
else
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
|
build_libretro_mednafen_pce_fast
|
||||||
build_libretro_s9x_next
|
build_libretro_s9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genplus
|
||||||
build_libretro_fba
|
build_libretro_fba
|
||||||
|
@ -36,6 +36,7 @@ if [ $1 ]; then
|
|||||||
$1
|
$1
|
||||||
else
|
else
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
|
build_libretro_mednafen_pce_fast
|
||||||
build_libretro_s9x_next
|
build_libretro_s9x_next
|
||||||
build_libretro_genplus
|
build_libretro_genplus
|
||||||
build_libretro_fba
|
build_libretro_fba
|
||||||
|
@ -97,6 +97,7 @@ else
|
|||||||
build_libretro_bsnes_cplusplus98
|
build_libretro_bsnes_cplusplus98
|
||||||
build_libretro_bsnes
|
build_libretro_bsnes
|
||||||
build_libretro_mednafen
|
build_libretro_mednafen
|
||||||
|
build_libretro_mednafen_pce_fast
|
||||||
build_libretro_mednafen_psx
|
build_libretro_mednafen_psx
|
||||||
build_libretro_mednafen_snes
|
build_libretro_mednafen_snes
|
||||||
build_libretro_s9x
|
build_libretro_s9x
|
||||||
|
@ -95,6 +95,7 @@ fetch_project "$REPO_BASE/libretro/nestopia.git" "libretro-nestopia" "libretro/N
|
|||||||
fetch_project "$REPO_BASE/libretro/tyrquake.git" "libretro-tyrquake" "libretro/tyrquake"
|
fetch_project "$REPO_BASE/libretro/tyrquake.git" "libretro-tyrquake" "libretro/tyrquake"
|
||||||
fetch_project "$REPO_BASE/libretro/pcsx_rearmed.git" "libretro-pcsx-rearmed" "libretro/pcsx_rearmed"
|
fetch_project "$REPO_BASE/libretro/pcsx_rearmed.git" "libretro-pcsx-rearmed" "libretro/pcsx_rearmed"
|
||||||
fetch_project "$REPO_BASE/libretro/mednafen-libretro.git" "libretro-mednafen" "libretro/Mednafen"
|
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-psx-libretro.git" "libretro-mednafen-psx" "libretro/Mednafen PSX"
|
||||||
fetch_project "$REPO_BASE/libretro/scummvm.git" "libretro-scummvm" "libretro/scummvm"
|
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/yabause.git" "libretro-yabause" "libretro/yabause"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user