From 5a8a9ae79d952a6ecedf03706c1312958cbc09b1 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Wed, 21 Jan 2026 15:48:17 -0500 Subject: [PATCH] ldr: fix wev --- .../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 745d36fe..a358a3ed 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp @@ -122,7 +122,7 @@ namespace ams::ldr::oc { const u32 wdv = WL; const u32 wsv = WL - 2; - const u32 wev = 0xA + C.mem_burst_write_latency; + const u32 wev = 0xA + (WL - 14); const u32 obdly = 0x10000000 + WL - MIN(static_cast(WL), 12 - (CEIL(-0.0003991 * ramFreqMhz) * 2)); inline u32 pdex2rw;