From c22d6e2c1bd729e10636f0e2319839cb2079cf74 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sat, 27 Dec 2025 00:56:06 +0100 Subject: [PATCH] Revert s32 to u32 --- Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index baca9a1c..19609e90 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -74,8 +74,8 @@ typedef struct CustomizeTable { u32 t7_tWTR; u32 t8_tREFI; - s32 mem_burst_read_latency; - s32 mem_burst_write_latency; + u32 mem_burst_read_latency; + u32 mem_burst_write_latency; u32 eristaCpuUV; u32 eristaCpuVmin;