From ae3b3b938cd93587b15f1989e8c878d67b547150 Mon Sep 17 00:00:00 2001 From: Pit64 Date: Fri, 13 Jun 2025 19:42:01 +0200 Subject: [PATCH] feat(emulators): bump elektronika bk emulators --- .../9999-Recast-to-target-type.patch | 25 ------------------- .../libretro-bk-emulator.mk | 4 +-- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 package/libretro-bk-emulator/9999-Recast-to-target-type.patch diff --git a/package/libretro-bk-emulator/9999-Recast-to-target-type.patch b/package/libretro-bk-emulator/9999-Recast-to-target-type.patch deleted file mode 100644 index 81e9176494..0000000000 --- a/package/libretro-bk-emulator/9999-Recast-to-target-type.patch +++ /dev/null @@ -1,25 +0,0 @@ -From f686a53014a7670344540090e3da4f7be2301a4e Mon Sep 17 00:00:00 2001 -From: Rudi Heitbaum -Date: Sun, 19 May 2024 15:42:29 +1000 -Subject: [PATCH] Recast to target type - ---- - libretro.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libretro.c b/libretro.c -index db5ad34..6ec89de 100644 ---- a/libretro.c -+++ b/libretro.c -@@ -668,7 +668,7 @@ void platform_disk_init(disk_t *disks) { - if (disk_size[i]) { - disks[i].length = disk_size[i]; - disks[i].ro = 0; -- disks[i].image = diskptr; -+ disks[i].image = (short unsigned int *)diskptr; - } else { - disks[i].length = 0; - disks[i].ro = 0; --- -GitLab - diff --git a/package/libretro-bk-emulator/libretro-bk-emulator.mk b/package/libretro-bk-emulator/libretro-bk-emulator.mk index d0d26f6758..a73c29d525 100644 --- a/package/libretro-bk-emulator/libretro-bk-emulator.mk +++ b/package/libretro-bk-emulator/libretro-bk-emulator.mk @@ -4,8 +4,8 @@ # ################################################################################ -# Commit of 2022/07/26 -LIBRETRO_BK_EMULATOR_VERSION = cf70ce503ddb65051a58f3c4f61d1e258fc4c84b +# Commit of 2024/10/21 +LIBRETRO_BK_EMULATOR_VERSION = f95d929c8eca6c85075cd5c56a08aac9c58f3802 LIBRETRO_BK_EMULATOR_SITE = $(call github,libretro,bk-emulator,$(LIBRETRO_BK_EMULATOR_VERSION)) LIBRETRO_BK_EMULATOR_LICENSE = Custom -- GitLab