Update pcv.cpp

This commit is contained in:
souldbminersmwc
2026-01-01 12:15:10 -05:00
parent fc52e44dfe
commit ce97087baa

View File

@@ -157,7 +157,7 @@ void SafetyCheck() {
for (auto& i : validators) {
if (R_FAILED(i.check()))
CRASH("Triggered");
CRASH("Validation FAIL");
}
}