From a5babb722ded69fdafdd38d233b5fa314e103893 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:25:40 +0100 Subject: [PATCH] erista patches stuff --- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp index 148baf08..7afd85cf 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp @@ -224,7 +224,7 @@ namespace ams::ldr::hoc::pcv { u32 val = *ptr32; return (val == 1132 || val == 1170 || val == 1227); } - + static const u32 gpuVoltDvfsPattern[] = { 810, 1150, 1000, 100, 1000, 10, }; static_assert(sizeof(gpuVoltDvfsPattern) == (sizeof(u32) * 6), "Invalid gpuVoltDvfsPattern");