From 860b9b674153565b5bc160af5e2c4604711d8e65 Mon Sep 17 00:00:00 2001 From: hanabbi Date: Mon, 5 Jun 2023 06:16:33 +0900 Subject: [PATCH] fix messed up value --- .../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 2e2a54dc..231bc56c 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp @@ -82,7 +82,7 @@ namespace ams::ldr::oc { // tXSR (SELF REFRESH exit to next valid command delay) in ns const double tXSR = tRFCab + 7.5; // tCKE (minimum CKE high pulse width) in ns - const double tCKE = 7; + const double tCKE = 7.5; // Delay from valid command to CKE input LOW in ns const double tCMDCKE = MAX(1.75, 3*tCK_avg); // Minimum self refresh time (entry to exit)