mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
* Add Mednafen PCFX to libretro building
* Add Mednafen PC-FX libretro core info file
This commit is contained in:
parent
16f524534e
commit
31640f38fb
12
dist/info/mednafen_pcfx_libretro.info
vendored
Normal file
12
dist/info/mednafen_pcfx_libretro.info
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
display_name = "PC-FX (Mednafen PC-FX)"
|
||||
authors = "Ryphecha"
|
||||
supported_extensions = "cue|ccd"
|
||||
corename = "Mednafen PC-FX"
|
||||
manufacturer = "NEC"
|
||||
systemname = "PC-FX"
|
||||
license = "GPLv2"
|
||||
permissions = ""
|
||||
firmware_count = 1
|
||||
firmware0_desc = "pcfx.bios (PC-FX BIOS)"
|
||||
firmware0_path = "pcfx.bios"
|
||||
firmware0_opt = "false"
|
@ -160,10 +160,7 @@ build_libretro_mednafen() {
|
||||
echo '=== Building Mednafen ==='
|
||||
cd libretro-mednafen
|
||||
|
||||
"${MAKE}" core='pce-fast' platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" clean || die "Failed to clean mednafen/${core}"
|
||||
"${MAKE}" core='pce-fast' platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" || die "Failed to build mednafen/${core}"
|
||||
cp "mednafen_pce_fast_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}"
|
||||
for core in wswan ngp vb; do
|
||||
for core in pce-fast pcfx wswan ngp vb; do
|
||||
"${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}" || die "Failed to build mednafen/${core}"
|
||||
cp "mednafen_${core//-/_}_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}"
|
||||
|
Loading…
Reference in New Issue
Block a user