Retroarch breaks 32bit cheevos after updating to rcheevos v11. To mitigate, we're going to fall back and pin to v1.16.0.3.

This commit is contained in:
fewtarius 2023-11-28 11:37:29 +00:00
parent e8948686fa
commit 1ecaf3c657
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
3 changed files with 3 additions and 3 deletions

View file

@ -10,5 +10,5 @@ melonds-sa #Broken OpenGL renderer upstream
mupen64plus-sa-ui-console #Causes segfaults
nanoboyadvance-sa #SDL version removed after this commit
freechaf-lr #build issue, revisit.
pcsx_rearmed-lr #pins version as new releases have artifacting issues.
kronos-sa #using the release version of kronos had better results.
retroarch #pinning to release versions for stability.

View file

@ -3,7 +3,7 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
PKG_NAME="pcsx_rearmed-lr"
PKG_VERSION="e34ef5a"
PKG_VERSION="ff3890db8ef473ee5eae6a7120ee39d761a86620"
PKG_ARCH="arm aarch64"
PKG_LICENSE="GPLv2"
PKG_SITE="https://github.com/libretro/pcsx_rearmed"

View file

@ -3,7 +3,7 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
PKG_NAME="retroarch"
PKG_VERSION="f091b5a9e9475255e5efaded5f95c9750fdfe15e"
PKG_VERSION="6c2cc456284fcfa6fa5f94664950926c020d2f7b" # v1.16.0.3
PKG_SITE="https://github.com/libretro/RetroArch"
PKG_URL="${PKG_SITE}.git"
PKG_LICENSE="GPLv3"