From d6c2ddf2eafeb8dacd43b59b18615581ae32a09a Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Tue, 12 May 2026 11:22:51 +0200 Subject: [PATCH] change cust rev back to 2, it shouldn't have been changed in the first place --- Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp | 2 +- Source/hoc-clk/sysmodule/Makefile | 2 +- 2 files 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 fe16ba51..6357c249 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 3 +#define CUST_REV 2 #define KIP_VERSION 230 #include "oc_common.hpp" diff --git a/Source/hoc-clk/sysmodule/Makefile b/Source/hoc-clk/sysmodule/Makefile index 2afc24aa..dc2b6061 100644 --- a/Source/hoc-clk/sysmodule/Makefile +++ b/Source/hoc-clk/sysmodule/Makefile @@ -30,7 +30,7 @@ LIBNAMES := minIni # major minor patch TARGET_VERSION := 2.3.0 KIP_VERSION := 230 -CUST_REV := 3 +CUST_REV := 2 #--------------------------------------------------------------------------------- # options for code generation