From ec230e35d06c478ef5f2dd5649d76884d4b6c8bb Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:33:44 +0200 Subject: [PATCH] make this pretty --- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp index 4314b643..4cabc2bf 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp @@ -104,7 +104,7 @@ namespace ams::ldr::hoc::pcv { * 0 | 1 1 | 1 0 0 1 0 1| 0 1| 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 |0 1 0 1 1 */ - inline constexpr u32 GpuAsmPattern[] = {0x52820000, 0x72A001C0}; + inline constexpr u32 GpuAsmPattern[] = { 0x52820000, 0x72A001C0 }; inline bool GpuMaxClockPatternFn(u32 *ptr32) { return asm_compare_no_rd(*ptr32, GpuAsmPattern[0]);