ldr: fix wev

This commit is contained in:
souldbminersmwc
2026-01-21 15:48:17 -05:00
parent 6d0399f352
commit 5a8a9ae79d

View File

@@ -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<double>(WL), 12 - (CEIL(-0.0003991 * ramFreqMhz) * 2));
inline u32 pdex2rw;