From 1d9f0ff12e1581b59292fb59a3c03729e69c52b5 Mon Sep 17 00:00:00 2001 From: Pit64 Date: Fri, 13 Jun 2025 22:21:58 +0200 Subject: [PATCH] feat(emulators): bump snk emulators --- package/libretro-beetle-ngp/libretro-beetle-ngp.mk | 4 ++-- ...o-geolith-000-bios-path.patch => 0001-bios-path.patch} | 8 ++++---- package/libretro-geolith/libretro-geolith.mk | 4 ++-- package/libretro-neocd/libretro-neocd.mk | 4 ++-- package/libretro-race/libretro-race.mk | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) rename package/libretro-geolith/{libretro-geolith-000-bios-path.patch => 0001-bios-path.patch} (58%) diff --git a/package/libretro-beetle-ngp/libretro-beetle-ngp.mk b/package/libretro-beetle-ngp/libretro-beetle-ngp.mk index 8f6a3baf21..9b0a50ffd6 100644 --- a/package/libretro-beetle-ngp/libretro-beetle-ngp.mk +++ b/package/libretro-beetle-ngp/libretro-beetle-ngp.mk @@ -4,8 +4,8 @@ # ################################################################################ -# Commit of 2023/02/20 -LIBRETRO_BEETLE_NGP_VERSION = 65460e3a9ad529f6901caf669abbda11f437ab55 +# Commit of 2024/10/21 +LIBRETRO_BEETLE_NGP_VERSION = 139fe34c8dfc5585d6ee1793a7902bca79d544de LIBRETRO_BEETLE_NGP_SITE = $(call github,libretro,beetle-ngp-libretro,$(LIBRETRO_BEETLE_NGP_VERSION)) LIBRETRO_BEETLE_NGP_LICENSE = GPL-2.0 LIBRETRO_BEETLE_NGP_LICENSE_FILES = COPYING diff --git a/package/libretro-geolith/libretro-geolith-000-bios-path.patch b/package/libretro-geolith/0001-bios-path.patch similarity index 58% rename from package/libretro-geolith/libretro-geolith-000-bios-path.patch rename to package/libretro-geolith/0001-bios-path.patch index cb986348df..737abeca30 100644 --- a/package/libretro-geolith/libretro-geolith-000-bios-path.patch +++ b/package/libretro-geolith/0001-bios-path.patch @@ -1,13 +1,13 @@ diff --git a/libretro/libretro.c b/libretro/libretro.c -index 39df697..445c147 100644 +index 884e160..561f30e 100644 --- a/libretro/libretro.c +++ b/libretro/libretro.c -@@ -787,7 +787,7 @@ bool retro_load_game(const struct retro_game_info *info) { +@@ -935,7 +935,7 @@ bool retro_load_game(const struct retro_game_info *info) { return false; char biospath[256]; - snprintf(biospath, sizeof(biospath), "%s%c%s", sysdir, pss, -+ snprintf(biospath, sizeof(biospath), "%s%c%s%c%s", sysdir, pss, "geolith", pss, ++ snprintf(biospath, sizeof(biospath), "%s%c%s%c%S", sysdir, pss, "geolith", pss, systype ? "neogeo.zip" : "aes.zip"); - if (!geo_bios_load_file(biospath)) { + if (vfs) { diff --git a/package/libretro-geolith/libretro-geolith.mk b/package/libretro-geolith/libretro-geolith.mk index 3bcc30ae14..a478ff7103 100644 --- a/package/libretro-geolith/libretro-geolith.mk +++ b/package/libretro-geolith/libretro-geolith.mk @@ -4,8 +4,8 @@ # ################################################################################ -# Commit version of 05/14/2024 -LIBRETRO_GEOLITH_VERSION = 4d9692a48bbb375556527bd1aade29b1de9e497e +# Commit of 2025/07/20 +LIBRETRO_GEOLITH_VERSION = b683c2f712a6647c69326961a90cf1990e25ccea LIBRETRO_GEOLITH_SITE = $(call github,libretro,geolith-libretro,$(LIBRETRO_GEOLITH_VERSION)) LIBRETRO_GEOLITH_LICENSE = BSD 3 LIBRETRO_GEOLITH_LICENSE_FILES = LICENSE.txt diff --git a/package/libretro-neocd/libretro-neocd.mk b/package/libretro-neocd/libretro-neocd.mk index fdce528897..592e1b0e73 100644 --- a/package/libretro-neocd/libretro-neocd.mk +++ b/package/libretro-neocd/libretro-neocd.mk @@ -4,8 +4,8 @@ # ################################################################################ -# Commit of 2021/02/21 -LIBRETRO_NEOCD_VERSION = 2070f5258c9d3feee15962f9db8c8ef20072ece8 +# Commit of 2024/10/21 +LIBRETRO_NEOCD_VERSION = 5eca2c8fd567b5261251c65ecafa8cf5b179d1d2 LIBRETRO_NEOCD_SITE = https://github.com/libretro/neocd_libretro.git LIBRETRO_NEOCD_LICENSE = LGPLv3 diff --git a/package/libretro-race/libretro-race.mk b/package/libretro-race/libretro-race.mk index 03a51b59b3..ebde410829 100644 --- a/package/libretro-race/libretro-race.mk +++ b/package/libretro-race/libretro-race.mk @@ -4,8 +4,8 @@ # ################################################################################ -# Commit of 2023/05/28 -LIBRETRO_RACE_VERSION = f65011e6639ccbbbb44b6ffa63ca50c070475df4 +# Commit of 2024/10/21 +LIBRETRO_RACE_VERSION = 171950ea64c96ead503340ed60fa7ba18f56325c LIBRETRO_RACE_SITE = $(call github,libretro,RACE,$(LIBRETRO_RACE_VERSION)) LIBRETRO_RACE_LICENSE = GPL-2.0 LIBRETRO_RACE_LICENSE_FILES = license.txt -- GitLab