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); }