libretro.mupen64plus: 0-unstable-2026-03-03 -> 0-unstable-2026-04-02 (#515552)

This commit is contained in:
Thiago Kenji Okada
2026-05-01 18:04:43 +00:00
committed by GitHub
2 changed files with 3 additions and 18 deletions
@@ -12,13 +12,13 @@
}:
mkLibretroCore {
core = "mupen64plus-next";
version = "0-unstable-2026-03-03";
version = "0-unstable-2026-04-02";
src = fetchFromGitHub {
owner = "libretro";
repo = "mupen64plus-libretro-nx";
rev = "899eaf6d629b264fedc9afd45a5e01895045a90b";
hash = "sha256-FxRuCPMT3K0AeXj2/ZwgW7KQgB/iny1a9ydgGqnyfrQ=";
rev = "58b9daf940fb43f09c3984c6a7c730f4b4c24861";
hash = "sha256-9d1gbDDK2rOt/a9NNRQVJJmiE+UdohM/yPI5WstNmtA=";
};
# Fix for GCC 14
@@ -39,8 +39,6 @@ mkLibretroCore {
url = "https://github.com/libretro/mupen64plus-libretro-nx/commit/3c3e7fbc70b8f533c09c964cf468ba5e8d61351c.patch?full_index=1";
hash = "sha256-PCJLNYhhccnWLcnPaHL6tz+5qdjogJRYfzZIh3r+Vlk=";
})
# Fix for GCC 15. See https://github.com/libretro/GLideN64/pull/1.
./patches/mupen64plus-gcc-15.patch
];
extraNativeBuildInputs = [
@@ -1,13 +0,0 @@
diff --git a/GLideN64/src/GLideNHQ/TxHiResLoader.h b/GLideN64/src/GLideNHQ/TxHiResLoader.h
index 4c13651..f887c78 100644
--- a/GLideN64/src/GLideNHQ/TxHiResLoader.h
+++ b/GLideN64/src/GLideNHQ/TxHiResLoader.h
@@ -13,6 +13,8 @@
#define CORRECTFILENAME(str)
#endif /* OS_WINDOWS */
+#include <cstdint>
+
#include "TxCache.h"
#include "TxQuantize.h"
#include "TxImage.h"