From 5a90c2d06043a42bd8654949e54e8e1f791acc66 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Mon, 22 Jun 2026 12:46:07 -0400 Subject: [PATCH] lower t2 cap t2=2 crashes on some rams like mgcj --- Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index 1391fe69..249f23fa 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -61,7 +61,7 @@ volatile CustomizeTable C = { /* At 1333WL, for some reason (incorrect ram timing config in mtc table?), tRP causes crashes at high reductions - 2 seems to be the most common limit. */ /* This is a lazy workaround until I find the issue... */ -.t2_tRP_cap = 2, +.t2_tRP_cap = 1, /* Frequency where non low timings gets used. */ .timingEmcTbreak = DISABLED,