* Add Mednafen Lynx to compilation

* Add Mednafen Lynx libretro core info file
This commit is contained in:
twinaphex 2014-04-26 06:30:34 +02:00
parent 31640f38fb
commit 37d665d66d
2 changed files with 13 additions and 1 deletions

12
dist/info/mednafen_lynx_libretro.info vendored Normal file
View File

@ -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"

View File

@ -160,7 +160,7 @@ build_libretro_mednafen() {
echo '=== Building 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}" || die "Failed to build mednafen/${core}"
cp "mednafen_${core//-/_}_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}"