Cap lowerbound should be 2397; it's only uncapped with slt table anyway

This commit is contained in:
Lightos1
2025-12-18 12:19:44 +01:00
parent 2ad8767ffc
commit 07201013f4
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ namespace ams::ldr::oc::pcv {
static constexpr s32 CpuVoltageSecondaryPatchOffsets[] = { -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
static_assert(sizeof(CpuVoltageSecondaryPatchValues) == sizeof(CpuVoltageSecondaryPatchOffsets), "Invalid secondary CpuVoltagePatch size");
static constexpr u32 AllowedCpuMaxFrequencies[] = { 1'963'000, 2'397'000, 2'499'000, 2'601'000, 2'703'000 /*, 2'805'000 */}; // 2805MHz should NOT be used unless you have a god speedo!
static constexpr u32 AllowedCpuMaxFrequencies[] = { 2'397'000, 2'499'000, 2'601'000, 2'703'000 };
constexpr cvb_entry_t GpuCvbTableDefault[] = {