Merge branch 'develop' of https://github.com/Horizon-OC/Horizon-OC into develop

This commit is contained in:
souldbminersmwc
2026-01-21 16:47:25 -05:00

View File

@@ -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. */