From fb8116107b28c7b074ddc4c5e5e0ebab519806dd Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:30:54 +0100 Subject: [PATCH] correct CpuVoltOfficial for informational purposes --- 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 ec084f6c..148baf08 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp @@ -202,7 +202,7 @@ namespace ams::ldr::hoc::pcv { { }, }; - constexpr u32 CpuVoltOfficial = 1235; + constexpr u32 CpuVoltOfficial = 1227; constexpr u32 CpuVminOfficial = 825;