diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index 97c5ea89..a222e84b 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -156,22 +156,7 @@ namespace ams::ldr::hoc::pcv { { eristaGpuDvfsMaxFreq, 768'000, 1152'000 }, { marikoGpuDvfsMaxFreq, 768'000, 1536'000 }, }; - using namespace ams::ldr::hoc::pcv; - sValidator validators[] = { - { C.eristaCpuBoostClock, 1020'000, 2295'000, true }, - { C.marikoCpuBoostClock, 1020'000, 2703'000, true }, - { C.commonEmcMemVolt, 912'500, 1350'000 }, // Official burst vmax for the RAMs is 1500mV - { C.eristaCpuMaxVolt, 1000, 1260 }, - { GET_MAX_OF_ARR(erista::maxEmcClocks), 1600'000, 2600'000 }, - { C.marikoCpuMaxVolt, 1000, 1235 }, - { C.marikoEmcMaxClock, 1600'000, 3500'000 }, - { C.marikoEmcVddqVolt, 250'000, 700'000 }, - { eristaCpuDvfsMaxFreq, 1785'000, 2397'000 }, - { marikoCpuDvfsMaxFreq, 1785'000, 2703'000 }, - { eristaGpuDvfsMaxFreq, 768'000, 1152'000 }, - { marikoGpuDvfsMaxFreq, 768'000, 1536'000 }, - }; - + for (auto& i : validators) { if (R_FAILED(i.check())) { CRASH("Validation FAIL");