add hiopt table for gpu undervolt

This commit is contained in:
hanabbi
2023-05-26 13:46:30 +09:00
parent f3303152b7
commit 3bbcbdae95
7 changed files with 62 additions and 27 deletions

View File

@@ -262,11 +262,13 @@ var AdvTable: Array<AdvEntry> = [
CustPlatform.Mariko,
4,
["Undervolt Mariko GPU",
"Might not work properly",
"Your GPU might not withstand undervolt",
"Can hang your console, or crash games"],
"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> : SLT Table",
"<b>2</b> : HiOPT Table (If your speedo is not good, higher gpu freq will not work)"],
0,
[0,1],
[0,2],
1,
),
];