add 2397 freq and slt table for Mariko CPU
This commit is contained in:
@@ -257,6 +257,19 @@ var CustTable: Array<CustEntry> = [
|
||||
];
|
||||
|
||||
var AdvTable: Array<AdvEntry> = [
|
||||
new AdvEntry(
|
||||
"marikoCpuUV",
|
||||
"Enable Mariko CPU Undervolt",
|
||||
CustPlatform.Mariko,
|
||||
4,
|
||||
["Undervolt Mariko CPU",
|
||||
"Your CPU might not withstand undervolt and performance might drop",
|
||||
"<b>0</b> : Default Table",
|
||||
"<b>1</b> : Undervolt Level 1 (SLT)",],
|
||||
0,
|
||||
[0,1],
|
||||
1,
|
||||
),
|
||||
new AdvEntry(
|
||||
"marikoGpuUV",
|
||||
"Enable Mariko GPU Undervolt",
|
||||
@@ -266,8 +279,8 @@ var AdvTable: Array<AdvEntry> = [
|
||||
"Your GPU might not withstand undervolt and may not work properly",
|
||||
"Can hang your console, or crash games",
|
||||
"<b>0</b> : Default Table",
|
||||
"<b>1</b> : Undervolt Level 1 (Aggressive)",
|
||||
"<b>2</b> : Undervolt Level 2 (Very Aggressive)"],
|
||||
"<b>1</b> : Undervolt Level 1 (SLT: Aggressive)",
|
||||
"<b>2</b> : Undervolt Level 2 (HiOPT: Very Aggressive)"],
|
||||
0,
|
||||
[0,2],
|
||||
1,
|
||||
@@ -391,7 +404,7 @@ var AdvTable: Array<AdvEntry> = [
|
||||
["WARNING: Unstable timings can corrupt your nand",
|
||||
"Latency decrement for both AUTO_ADJ and CUSTOM_ADJ",
|
||||
"Values are : WL - RL",
|
||||
"<b>0</b> : Default Latency",
|
||||
"<b>0</b> : Default Latency for AUTO_ADJ, Do Not Adjust for CUST_ADJ",
|
||||
"<b>1</b> : -2 - -4",
|
||||
"<b>2</b> : -4 - -8",
|
||||
"<b>3</b> : -6 - -12",
|
||||
|
||||
Reference in New Issue
Block a user