From f1eab00ce1378020bac9ae0f4ef659587036c480 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:51:15 +0200 Subject: [PATCH] revert custom and pcv to default settings --- .../loader/source/oc/customize.cpp | 22 +++++++++---------- .../stratosphere/loader/source/oc/pcv/pcv.cpp | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index 121c5d8b..c46201a0 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -44,13 +44,13 @@ volatile CustomizeTable C = { /* Jedec freqs are 1333MHz, 1600MHz, 1866MHz, 2133MHz, 2400MHz, 2666MHz, 2933MHz, 3200MHz. */ .stepMode = StepMode_66MHz, -.marikoEmcMaxClock = 2933000, /* 1866MHz @ 1866tWRL is guaranteed to work on all Mariko units */ +.marikoEmcMaxClock = 1866000, /* 1866MHz @ 1866tWRL is guaranteed to work on all Mariko units */ .marikoEmcVddqVolt = 600000, -.emcDvbShift = 10, +.emcDvbShift = 0, // Primary .t1_tRCD = 0, -.t2_tRP = 4, +.t2_tRP = 0, .t3_tRAS = 0, // Secondary .t4_tRRD = 0, @@ -69,17 +69,17 @@ volatile CustomizeTable C = { .low_t7_tWTR = DISABLED, .readLatency = { - 2133000, - 2400000, - 2600000, - C.marikoEmcMaxClock, + DISABLED, + DISABLED, + DISABLED, + DISABLED, }, .writeLatency = { - 2133000, - 2400000, - 2600000, - C.marikoEmcMaxClock, + DISABLED, + DISABLED, + DISABLED, + DISABLED, }, /* You can mix and match different latencies if needed */ diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp index 0b9ff6c8..3b29b705 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.cpp @@ -178,7 +178,7 @@ namespace ams::ldr::hoc::pcv { if (isMariko) { mariko::Patch(mapped_nso, nso_size); } else { - mariko::Patch(mapped_nso, nso_size); + erista::Patch(mapped_nso, nso_size); } #endif