From 65aa9f9f47266b74351bd6cea8df513a71916aa6 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Mon, 8 Dec 2025 17:08:48 -0500 Subject: [PATCH] loader: yes, we do care about the <2133mhz users --- .../stratosphere/loader/source/oc/mtc_timing_value.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp index 54c618a7..23119081 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp @@ -38,7 +38,7 @@ namespace ams::ldr::oc { const std::array tRCD_values = {18, 17, 16, 15, 14, 13, 12, 11}; const std::array tRP_values = {18, 17, 16, 15, 14, 13, 12, 11}; const std::array tRAS_values = {42, 36, 34, 32, 30, 28, 26, 24, 22, 20}; - const std::array tRRD_values = {/*10.0,*/ 7.5, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0}; /* 10.0 is used for <2133mhz; do we care? */ + const std::array tRRD_values = {10.0, 7.5, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0}; // Yes, we do care, due to Nintendo Homebrew const std::array tRFC_values = {140, 130, 120, 110, 100, 90, 80, 70, 60, 50, 40}; const std::array tWTR_values = {10, 9, 8, 7, 6, 5, 4, 3, 3, 1}; const std::array tREFpb_values = {3900, 5850, 7800, 11700, 15600, 99999};