From b4ae23500b06e14eab435885c5c3d36371438244 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:38:11 +0100 Subject: [PATCH] Uncomment cust again --- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index df542515..0dcd1ed7 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -73,8 +73,8 @@ Result MemVoltHandler(u32* ptr) { } void SafetyCheck() { - if (C.custRev != CUST_REV) - CRASH("Triggered"); + // if (C.custRev != CUST_REV) + // CRASH("Triggered"); struct sValidator { volatile u32 value;