version 1.5

This commit is contained in:
hanabbi
2023-06-02 23:22:06 +09:00
parent a20c62d2e7
commit 42aa6ce164
5 changed files with 12 additions and 11 deletions

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 = 6;
constexpr uint32_t CUST_REV = 7;
typedef struct CustTable {
u8 cust[4] = {'C', 'U', 'S', 'T'};