fix offsets

This commit is contained in:
souldbminersmwc
2025-09-01 16:55:18 -04:00
parent 38b92ebe05
commit e8ba8d71a0
2 changed files with 4 additions and 4 deletions

View File

@@ -55,8 +55,8 @@ typedef struct CustomizeTable {
u32 marikoCpuUV;
u32 marikoGpuUV;
u32 commonGpuVoltOffset;
u8 marikoCpuHighVoltOffset;
u8 marikoCpuHighUV;
u32 marikoCpuHighVoltOffset;
u32 marikoCpuHighUV;
u32 cpuMaxFreq;
u32 gpuMaxFreq;

View File

@@ -188,11 +188,11 @@ var CustTable = [
"Acceptable range: 0 ~ 100"
], 0, [0, 100], 1),
new CustEntry("marikoCpuHighVoltOffset", "CPU Voltage offset at high frequencies", CustPlatform.Mariko, 1, [
new CustEntry("marikoCpuHighVoltOffset", "CPU Voltage offset at high frequencies", CustPlatform.Mariko, 4, [
"Reduce CPU power draw at high clocks",
], 0, [0, 100], 1),
new CustEntry("marikoCpuHighUV", "Enable Mariko CPU High Undervolt", CustPlatform.Mariko, 1, [
new CustEntry("marikoCpuHighUV", "Enable Mariko CPU High Undervolt", CustPlatform.Mariko, 4, [
"Reduce CPU power draw at high clocks",
], 0, [0, 12], 1),