version 1.7.0

This commit is contained in:
hanabbi
2023-07-06 06:57:48 +09:00
parent 4ba11a39ce
commit 4229ad9ee7
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
#pragma once
#define CUST_REV 8
#define CUST_REV 9
#include "oc_common.hpp"
#include "pcv/pcv_common.hpp"

View File

@@ -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'};