Haiku libretro cores (#7236)

* 81_libretro: bumped to version 1.0a:20220911

* atari800_libretro: bumped to version 3.1.0:20220726

* bk_libretro: bumped to version 1.0:20220726

* bluemsx_libretro: bumped to version 2.9.0:20220721

* cap32_libretro: bumped to version 4.2.0:20220918

* fmsx_libretro: bumped to version 4.9:20220726

* fuse_libretro: bumped to version 1.1.1:20220726

* hatari_libretro: bumped to version 1.8:20220616

* puae_libretro: bumped to version 2.6.1:20220915

* mrboom_libretro: bumped to version 5.2:20220725

* xrick_libretro: bumped to version 1.0.0.6:20220806

* blastem_libretro: bumped to version 0.6.3:20220726

* desmume_libretro: bumped to version 0.9.11:20220926

* dosbox_pure_libretro: bumped to version 0.13:20220916

* fbneo_libretro: bumped to version 1.0.0.0:20220925

* fceumm_libretro: bumped to version 0.0.1:20220929

* freeintv_libretro: bumped to version 0.0:20220805

* gambatte_libretro: bumped to version 0.5.0:20220822

* gearboy_libretro: bumped to version 3.4:20220927

* gearcoleco_libretro: bumped to version 1.0.0:20220927

* gearsystem_libretro: bumped to version 3.4.1:20220927

* genesis_plus_gx_libretro: bumped to version 1.7.4:20220923

* gpsp_libretro: bumped to version 0.91:20220726

* gw_libretro: bumped to version 1.6.2:20220726

* mame2003_plus_libretro: bumped to version 1.0:20220929

* mednafen_lynx_libretro: bumped to version 0.9.32:20220610

* mednafen_ngp_libretro: bumped to version 0.9.36.1:20220719

* mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20220828

* mednafen_pce_libretro: bumped to version 0.9.38.7:20220721

* mednafen_pcfx_libretro: bumped to version 0.9.33.3:20220721

* mednafen_psx_libretro: bumped to version 0.9.44.1:20220913

* Bump: mednafen_saturn_libretro
This commit is contained in:
kwyxz
2022-10-02 06:51:18 -07:00
committed by GitHub
parent ac2bea51f2
commit d89f7dbf6b
54 changed files with 166 additions and 107 deletions

View File

@@ -16,8 +16,8 @@ systemid = "msx"
# Libretro Features
database = "Microsoft - MSX|Microsoft - MSX2|Coleco - ColecoVision|Sega - SG-1000"
supports_no_game = "false"
savestate = "false"
savestate_features = "null"
savestate = "true"
savestate_features = "serialized"
cheats = "false"
input_descriptors = "true"
memory_descriptors = "false"

View File

@@ -6,9 +6,9 @@ HOMEPAGE="http://bluemsx.msxblue.com/"
COPYRIGHT="2003-2020 Daniel Vik, the libretro team"
LICENSE="GNU GPL v2"
REVISION="1"
srcGitRev="92d0c41b4973854114c7b2d06ab727a266d404c5"
srcGitRev="acf358be18644a9df0ed9602d63c2f73d4fe605a"
SOURCE_URI="https://github.com/libretro/blueMSX-libretro/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="78547bf1b550d8d9a6969cd8c7e397219027fd534df8e14973dd3ed49b5ed407"
CHECKSUM_SHA256="2e4a7b5cc6b1eb90436d230591a23d775a3aec8fa26ce36d4443fce26bc05f40"
SOURCE_FILENAME="libretro-bluemsx-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="blueMSX-libretro-$srcGitRev"
ADDITIONAL_FILES="bluemsx_libretro.info.in"