From 04d7e2f8e0d2ddce15262c5b58f3495d85f33675 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Wed, 6 May 2026 08:43:33 +0200 Subject: [PATCH] Change cust rev This now uses the minimum hoc-clk version the kip is compatible with. --- Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 9b670c02..9188ba20 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -20,7 +20,7 @@ #pragma once -#define CUST_REV 2 +#define CUST_REV 210 #include "oc_common.hpp" #include "pcv/pcv_common.hpp"