erista uv: minor technicality fix

This commit is contained in:
Lightos1
2026-03-13 16:44:11 +01:00
parent 732f27fcf6
commit bc99616e43

View File

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