libretro-picodrive: update to githash dab9c6e

drop local patch now that it is upstreamed
This commit is contained in:
Rudi Heitbaum 2024-06-15 08:05:07 +00:00
parent 2f7b0ff039
commit d410c76870
2 changed files with 2 additions and 13 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libretro-picodrive"
PKG_VERSION="79c23b3d5765598ac1dfbf7de9a6650751ba13fe"
PKG_SHA256="60be6019154c09db808754bc8427f68d404fc6548a99c995441d4f0a6d9a0e3a"
PKG_VERSION="d96dd4cd76576a557c9e902b5f1e3f5f9dc22e3a"
PKG_SHA256="90db059f7b448a13f03a380519a7d4fec63a923d14430163c31958aeb9f1ec51"
PKG_LICENSE="MAME"
PKG_SITE="https://github.com/libretro/picodrive"
PKG_URL="https://github.com/kodi-game/picodrive/archive/${PKG_VERSION}.tar.gz"

View File

@ -1,11 +0,0 @@
--- a/pico/carthw/svp/compiler.c 2024-05-23 07:19:59.237513012 +0000
+++ b/pico/carthw/svp/compiler.c 2024-05-23 07:19:48.767443545 +0000
@@ -1797,7 +1797,7 @@
if (tcache_ptr - (u32 *)tcache > DRC_TCACHE_SIZE/4) {
elprintf(EL_ANOMALY|EL_STATUS|EL_SVP, "tcache overflow!\n");
- fflush(stdout);
+ fflush((RFILE *)stdout);
exit(1);
}