version 1.8.0
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define CUST_REV 9
|
||||
#define CUST_REV 10
|
||||
|
||||
#include "oc_common.hpp"
|
||||
#include "pcv/pcv_common.hpp"
|
||||
|
||||
@@ -32,7 +32,7 @@ NO_ICON := 1
|
||||
#---------------------------------------------------------------------------------
|
||||
# version control constants
|
||||
#---------------------------------------------------------------------------------
|
||||
TARGET_VERSION := 1.7.0
|
||||
TARGET_VERSION := 1.8.0
|
||||
APP_VERSION := $(TARGET_VERSION)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
@@ -30,7 +30,7 @@ LIBNAMES := minIni nxExt
|
||||
#---------------------------------------------------------------------------------
|
||||
# version control constants
|
||||
#---------------------------------------------------------------------------------
|
||||
TARGET_VERSION := 1.7.0
|
||||
TARGET_VERSION := 1.8.0
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
|
||||
@@ -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 = 9;
|
||||
constexpr uint32_t CUST_REV = 10;
|
||||
|
||||
typedef struct CustTable {
|
||||
u8 cust[4] = {'C', 'U', 'S', 'T'};
|
||||
|
||||
2
pages/dist/main.js
vendored
2
pages/dist/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
/* Config: Cust */
|
||||
const CUST_REV_ADV = 9;
|
||||
const CUST_REV_ADV = 10;
|
||||
|
||||
enum CustPlatform {
|
||||
Undefined = 0,
|
||||
|
||||
Reference in New Issue
Block a user