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