From 4229ad9ee799e13f8d8eb13493fc52ee59b289ec Mon Sep 17 00:00:00 2001 From: hanabbi Date: Thu, 6 Jul 2023 06:57:48 +0900 Subject: [PATCH] version 1.7.0 --- Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp | 2 +- Source/sys-clk-OC/sysmodule/src/file_utils.h | 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 fc2fcc95..ab439522 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 8 +#define CUST_REV 9 #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 7ed72628..d56e2206 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 = 8; +constexpr uint32_t CUST_REV = 9; typedef struct CustTable { u8 cust[4] = {'C', 'U', 'S', 'T'};