From 9723fdc2e0e17b802e9be0b59bd5a4e1bd42ee68 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Wed, 21 Jan 2026 22:45:47 +0100 Subject: [PATCH] Lazy timing fix, clean up later --- .../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 62652f34..9c5c2a7b 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp @@ -42,7 +42,7 @@ namespace ams::ldr::oc { const u32 BL = 16; /* Base latency for read and write (tWRL). */ - const u32 RL = C.mem_burst_read_latency; + const u32 RL = C.mem_burst_read_latency - 4; /* (This is a lazy fix for now) */ const u32 WL = C.mem_burst_write_latency; /* Switch uses RL_DBI, todo: get rid of non DBI_RL. */