From ce97087baa1afb0df649c72de00cf5afec508546 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Thu, 1 Jan 2026 12:15:10 -0500 Subject: [PATCH] Update pcv.cpp --- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index 47b5a135..e57ef3bf 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -157,7 +157,7 @@ void SafetyCheck() { for (auto& i : validators) { if (R_FAILED(i.check())) - CRASH("Triggered"); + CRASH("Validation FAIL"); } }