mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
libretro cores: bump (#5872)
* 81_libretro: bumped to version 1.0a:20210311 * atari800_libretro: bumped to version 3.1.0:20210415 * bluemsx_libretro: bumped to version 2.9.0:20210409 * cap32_libretro: bumped to version 4.2.0:20210327 * fmsx_libretro: bumped to version 4.9:20210327 * fuse_libretro: bumped to version 1.1.1:20210419 * hatari_libretro: bumped to version 1.8:20210317 * nekop2_libretro: bumped to version 0.86:20210317 * FAIL * dosbox_libretro: bumped to version 0.74:20201229 * fbneo_libretro: bumped to version 1.0.0.0:20210506 * fceumm_libretro: bumped to version 0.0.1:20210420 * FAIL * freeintv_libretro: bumped to version 0.0:20210322 * gambatte_libretro: bumped to version 0.5.0:20210325 * genesis_plus_gx_libretro: bumped to version 1.7.4:20210325 * gpsp_libretro: bumped to version 0.91:20210505 * gw_libretro: bumped to version 1.6.2:20210425 * handy_libretro: bumped to version 0.95:20210325 * mednafen_gba_libretro: bumped to version 0.9.36:20210324 * mednafen_lynx_libretro: bumped to version 0.9.32:20210324 * mednafen_ngp_libretro: bumped to version 0.9.36.1:20210324 * mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20210412 * mednafen_pce_libretro: bumped to version 0.9.38.7:20210412 * mednafen_pcfx_libretro: bumped to version 0.9.33.3:20210412 * mednafen_saturn_libretro: bumped to version 0.9.45.1:20210412 * mednafen_supergrafx_libretro: bumped to version 0.9.38.7:20210412 * mednafen_vb_libretro: bumped to version 0.9.36.1:20210405 * mednafen_wswan_libretro: bumped to version 0.9.35.1:20210405 * meteor_libretro: bumped to version 1.4:20201228 * mgba_libretro: bumped to version 0.6.1:20210427 * mupen64plus_next_libretro: bumped to version 1.0:20210223 * nestopia_libretro: bumped to version 1.49:20210320 * o2em_libretro: bumped to version 1.18:20210325 * opera_libretro: bumped to version 1.0.0:20210409 * parallel_n64_libretro: bumped to version 2.0rc2:20210324 * pcsx_rearmed_libretro: bumped to version r22:20210428 * snes9x_libretro: bumped to version 1.60:20210314 * vba_next_libretro: bumped to version 1.0.2:20210312 * vecx_libretro: bumped to version 1.2:20210312 * virtualjaguar_libretro: bumped to version 2.1.2:20210314 * yabause_libretro: bumped to version 0.9.15:20210411 * 3dengine_libretro: bumped to version 1.0:20210107 * reminiscence_libretro: bumped to version 0.3.6:20210317 * scummvm_libretro: bumped to version 2.0.0:20210325 * craft_libretro: bumped to version 1.0:20210317 * 2048_libretro: bumped to version 1.0:20210308 * gme_libretro: bumped to version 0.5.2:20210309 * mrboom_libretro: bumped to version 5.2:20210325 * flycast_libretro: bumped to version 0.1:20210506
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
# Software Information
|
||||
display_name = "Sega - Saturn (Beetle Saturn)"
|
||||
authors = "Mednafen Team"
|
||||
supported_extensions = "ccd|chd|cue|toc|m3u"
|
||||
corename = "Beetle Saturn"
|
||||
|
||||
# Hardware Information
|
||||
manufacturer = "Sega"
|
||||
categories = "Emulator"
|
||||
systemname = "Saturn"
|
||||
@@ -10,7 +13,23 @@ database = "Sega - Saturn"
|
||||
license = "GPLv2"
|
||||
permissions = ""
|
||||
display_version = "@DISPLAY_VERSION@"
|
||||
|
||||
# Libretro Features
|
||||
supports_no_game = "false"
|
||||
hw_render = "false"
|
||||
needs_fullpath = "true"
|
||||
disk_control = "true"
|
||||
savestate = "true"
|
||||
savestate_features = "serialized"
|
||||
cheats = "true"
|
||||
input_descriptors = "true"
|
||||
memory_descriptors = "true"
|
||||
libretro_saves = "true"
|
||||
core_options = "true"
|
||||
load_subsystem = "false"
|
||||
hw_render = "false"
|
||||
|
||||
# Firmware / BIOS
|
||||
firmware_count = 4
|
||||
firmware0_desc = "sega_101.bin (Saturn JP BIOS)"
|
||||
firmware0_path = "sega_101.bin"
|
||||
@@ -25,4 +44,5 @@ firmware3_desc = "mpr-19367-mx.ic1 (Ultraman: Hikari no Kyojin Densetsu ROM Cart
|
||||
firmware3_path = "mpr-19367-mx.ic1"
|
||||
firmware3_opt = "true"
|
||||
notes = "(!) sega_101.bin (md5): 85ec9ca47d8f6807718151cbcca8b964|(!) mpr-17933.bin (md5): 3240872c70984b6cbfda1586cab68dbe|(!) mpr-18811-mx.ic1 (md5): 255113ba943c92a54facd25a10fd780c|(!) mpr-19367-mx.ic1 (md5): 1cd19988d1d72a3e7caa0b73234c96b4"
|
||||
description = "An older fork of Mednafen's Saturn emulator (with some fixes backported from later versions), this core represents a major step forward for accurate Saturn emulation, and it runs most games with few or no noticeable glitches/anomalies. However, this accuracy comes at the price of high CPU requirements. Additionally, this core is software-rendered and does not support any increases in internal resolution or other fun-but-accuracy-compromising features, unlike the other, less-accurate Saturn cores."
|
||||
|
||||
description = "An older fork of Mednafen's Saturn emulator (circa mid-2019 with some fixes backported from later versions), this core represents a major step forward for accurate Saturn emulation, and it runs most games with few or no noticeable glitches/anomalies. However, this accuracy comes at the price of high CPU requirements. Additionally, this core is software-rendered and does not support any increased internal resolution or other fun-but-accuracy-compromising features, unlike the other, less-accurate Saturn cores."
|
||||
|
||||
@@ -5,9 +5,9 @@ HOMEPAGE="https://mednafen.github.io/documentation/ss.html"
|
||||
COPYRIGHT="2005-2020 Forgotten, the Mednafen team, the libretro team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
srcGitRev="359506e9a73c15ede4c742a8c7798d3c87428144"
|
||||
srcGitRev="f7515829166660a61c6692160bb2b2d2633df9fc"
|
||||
SOURCE_URI="https://github.com/libretro/beetle-saturn-libretro/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="2ce33a836fbf37b5d81debc097453da85e9f62f67001d605d6be96f3596276a3"
|
||||
CHECKSUM_SHA256="7d74f18b0fa69a8c2a98901696807495f7c8a4481e3aab3f5be2969a17ff7d31"
|
||||
SOURCE_FILENAME="libretro-mednafen-saturn-${portVersion/_/-}-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="beetle-saturn-libretro-$srcGitRev"
|
||||
ADDITIONAL_FILES="mednafen_saturn_libretro.info.in"
|
||||
Reference in New Issue
Block a user