mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libretro-picodrive: update to githash dab9c6e
drop local patch now that it is upstreamed
This commit is contained in:
parent
2f7b0ff039
commit
d410c76870
@ -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"
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user