* Add Mednafen Lynx to compilation
* Add Mednafen Lynx libretro core info file
This commit is contained in:
parent
31640f38fb
commit
37d665d66d
|
@ -0,0 +1,12 @@
|
||||||
|
display_name = "Lynx (Mednafen Lynx)"
|
||||||
|
authors = "K. Wilkins|Ryphecha"
|
||||||
|
supported_extensions = "lnx"
|
||||||
|
corename = "Mednafen Lynx"
|
||||||
|
manufacturer = "Atari"
|
||||||
|
systemname = "Atari Lynx"
|
||||||
|
license = "Zlib"
|
||||||
|
permissions = ""
|
||||||
|
firmware_count = 1
|
||||||
|
firmware0_desc = "lynxboot.img (Lynx Boot Image)"
|
||||||
|
firmware0_path = "lynxboot.img"
|
||||||
|
firmware0_opt = "false"
|
|
@ -160,7 +160,7 @@ build_libretro_mednafen() {
|
||||||
echo '=== Building Mednafen ==='
|
echo '=== Building Mednafen ==='
|
||||||
cd libretro-mednafen
|
cd libretro-mednafen
|
||||||
|
|
||||||
for core in pce-fast pcfx wswan ngp vb; do
|
for core in pce-fast pcfx lynx 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}" clean || die "Failed to clean mednafen/${core}"
|
||||||
"${MAKE}" core="${core}" platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" || die "Failed to build 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}"
|
cp "mednafen_${core//-/_}_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}"
|
||||||
|
|
Loading…
Reference in New Issue