Unverified Commit 7f8b0c03 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

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

parents 05342ae7 fe3476e3
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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 = [
+0 −13
Original line number Diff line number Diff line
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"