Update kernel to 6.17.11, roll back mupen64plus-nx-lr

This commit is contained in:
rocknix
2025-12-07 16:03:22 +00:00
parent d65bebf7f5
commit 392e02b304
3 changed files with 3 additions and 2 deletions

View File

@@ -26,3 +26,4 @@ tic80-lr # patches need to be rebased
vice-lr # Updating breaks build patches
vice-sa # Doesn't support updating with the script.
vita3k-sa # Should be manually updated.
mupen64plus-nx-lr #Upstream brakes video out.

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
PKG_NAME="mupen64plus-nx-lr"
PKG_VERSION="680e033fc8ed1a49df7b156d97164e0050ee13bc"
PKG_VERSION="7c7f11061f29b2ccd5d0952e2373ae5b55cfea8f"
PKG_LICENSE="GPLv2"
PKG_SITE="https://github.com/libretro/mupen64plus-libretro-nx"
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"

View File

@@ -32,7 +32,7 @@ case ${DEVICE} in
*)
case ${DEVICE} in
S922X|SM8550|SM8250|H700|SM8650|RK3566|RK3399)
PKG_VERSION="6.17.10"
PKG_VERSION="6.17.11"
;;
*)
PKG_VERSION="6.12.59"