From a24eec725686290de5d05af274549095f5552495 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Wed, 6 May 2026 08:54:23 +0200 Subject: [PATCH] add versioning to kip --- Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 9b670c02..00fb1aea 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -21,6 +21,7 @@ #pragma once #define CUST_REV 2 +#define HOC_VERSION 220 #include "oc_common.hpp" #include "pcv/pcv_common.hpp" @@ -79,8 +80,8 @@ constexpr uint32_t MARIKO_MTC_MAGIC = 0x43544D4D; // MMTC typedef struct CustomizeTable { u8 cust[4] = {'C', 'U', 'S', 'T'}; u32 custRev = CUST_REV; + u32 hocVersion = HOC_VERSION; - u32 placeholder; u32 hpMode; u32 commonEmcMemVolt;