From 1ca65730ddb8adb59e2b60364eafe1a647763b6a Mon Sep 17 00:00:00 2001 From: hanabbi Date: Thu, 22 Jun 2023 14:52:22 +0900 Subject: [PATCH] bump cust_rev to 8 --- Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp | 2 +- Source/sys-clk-OC/sysmodule/src/file_utils.h | 2 +- pages/src/main.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 0213e474..c0afb220 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -16,7 +16,7 @@ #pragma once -#define CUST_REV 7 +#define CUST_REV 8 #include "oc_common.hpp" #include "pcv/pcv_common.hpp" diff --git a/Source/sys-clk-OC/sysmodule/src/file_utils.h b/Source/sys-clk-OC/sysmodule/src/file_utils.h index 14fa30b5..07586bb5 100644 --- a/Source/sys-clk-OC/sysmodule/src/file_utils.h +++ b/Source/sys-clk-OC/sysmodule/src/file_utils.h @@ -43,7 +43,7 @@ static_assert(sizeof(cvb_entry_t) == 0x38); using CustomizeCpuDvfsTable = cvb_entry_t[FREQ_TABLE_MAX_ENTRY_COUNT]; using CustomizeGpuDvfsTable = cvb_entry_t[FREQ_TABLE_MAX_ENTRY_COUNT]; -constexpr uint32_t CUST_REV = 7; +constexpr uint32_t CUST_REV = 8; typedef struct CustTable { u8 cust[4] = {'C', 'U', 'S', 'T'}; diff --git a/pages/src/main.ts b/pages/src/main.ts index fc71b45d..d728c01a 100644 --- a/pages/src/main.ts +++ b/pages/src/main.ts @@ -1,6 +1,6 @@ /* Config: Cust */ const CUST_REV = 4; -const CUST_REV_ADV = 7; +const CUST_REV_ADV = 8; enum CustPlatform { Undefined = 0,