From 6625488180f68ede3238af1f963a7fc534d6d2ab Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Fri, 20 Feb 2026 07:33:51 +0100 Subject: [PATCH] Formating --- .../stratosphere/loader/source/oc/mtc_timing_value.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 5252f606..6158557f 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/mtc_timing_value.hpp @@ -30,8 +30,6 @@ namespace ams::ldr::hoc { #define PACK_U32(high, low) ((static_cast(high) << 16) | (static_cast(low) & 0xFFFF)) #define PACK_U32_NIBBLE_HIGH_BYTE_LOW(high, low) ((static_cast(high & 0xF) << 28) | (static_cast(low) & 0xFF)) - - /* Burst latency, not to be confused with base latency (tWRL). */ const u32 BL = 16; @@ -176,3 +174,4 @@ namespace ams::ldr::hoc { } +