From bc99616e4336f63b04dafe79864ff5a8997e645a Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:44:11 +0100 Subject: [PATCH] erista uv: minor technicality fix --- .../stratosphere/loader/source/oc/pcv/pcv_erista.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp index 0e4f6457..6dc035f0 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp @@ -31,6 +31,9 @@ namespace ams::ldr::hoc::pcv::erista { if (C.eristaCpuVmin) { PATCH_OFFSET(ptr, C.eristaCpuVmin); + } + + if (C.eristaCpuUV) { PATCH_OFFSET(ptr - 2, C.eristaCpuVmin); }