From a7619c39d2f7ad7d7e44bb0d0ede8662e7c08690 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Mon, 20 Apr 2026 07:31:52 +0200 Subject: [PATCH] set read/write latency to 1600 cause it's only used on erista --- Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index 03730c06..9d1036f3 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -96,8 +96,8 @@ volatile CustomizeTable C = { * 1331WL = 12 */ -.mem_burst_read_latency = RL_2133, -.mem_burst_write_latency = WL_2133, +.mem_burst_read_latency = RL_1600, +.mem_burst_write_latency = WL_1600, .eristaCpuUV = 0, .eristaCpuVmin = 800,