From 1b07df5f08a7868ce4e3da3da91784fa29526050 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Tue, 12 May 2026 13:40:35 +0200 Subject: [PATCH] Revert "change cust rev back to 2, it shouldn't have been changed in the first place" This reverts commit d6c2ddf2eafeb8dacd43b59b18615581ae32a09a. --- 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 6357c249..fe16ba51 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 3 #define KIP_VERSION 230 #include "oc_common.hpp" diff --git a/Source/hoc-clk/sysmodule/Makefile b/Source/hoc-clk/sysmodule/Makefile index dc2b6061..2afc24aa 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 := 2 +CUST_REV := 3 #--------------------------------------------------------------------------------- # options for code generation