update configurator readme
This commit is contained in:
2
pages/dist/main.js
vendored
2
pages/dist/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -163,7 +163,7 @@ var CustTable: Array<CustEntry> = [
|
||||
CustPlatform.Mariko,
|
||||
4,
|
||||
["<b>0</b>: AUTO_ADJ_SAFE_MARIKO: Auto adjust timings for LPDDR4 ≤3733 Mbps specs, 8Gb density. (Default)",
|
||||
"<b>1</b>: AUTO_ADJ_PERF_MARIKO_UNSAFE: Auto adjust with tightened timings for best performance (AUTO_ADJ_4266 for old version)",
|
||||
"<b>1</b>: AUTO_ADJ_PERF_MARIKO_UNSAFE: Auto adjust with auto-tightened timings (AUTO_ADJ_4266 for old version)",
|
||||
"<b>2</b>: NO_ADJ_ALL_UNSAFE: No timing adjustment for both Erista and Mariko. Might achieve better performance on Mariko but lower maximum frequency is expected.",
|
||||
"<b>3</b>: CUSTOM_ADJ_MARIKO_UNSAFE: Basically same as NO_ADJ_ALL, with only core timing adjustments (Use advanced config)"],
|
||||
0,
|
||||
@@ -237,7 +237,7 @@ var CustTable: Array<CustEntry> = [
|
||||
["Values should be ≥ 1600000, and divided evenly by 3200.",
|
||||
"<b>WARNING:</b> RAM overclock could be UNSTABLE if timing parameters are not suitable for your DRAM."],
|
||||
1996_800,
|
||||
[1600_000, 2400_600],
|
||||
[1600_000, 2400_000],
|
||||
3200,
|
||||
),
|
||||
new CustEntry(
|
||||
@@ -267,7 +267,7 @@ var AdvTable: Array<AdvEntry> = [
|
||||
"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)"],
|
||||
"<b>2</b> : HiOPT Table (Higher GPU freq does not work correctly for now)"],
|
||||
0,
|
||||
[0,2],
|
||||
1,
|
||||
@@ -277,16 +277,16 @@ var AdvTable: Array<AdvEntry> = [
|
||||
"Primary RAM Timing Preset",
|
||||
CustPlatform.Mariko,
|
||||
4,
|
||||
["WARNING: Unstable timings can corrupt your nand",
|
||||
["<b>WARNING</b>: Unstable timings can corrupt your nand",
|
||||
"Select Timing Preset for both AUTO_ADJ and CUSTOM_ADJ",
|
||||
"Values are : tRCD - tRP - tRAS (tRC = tRP + tRAS)",
|
||||
"0 : Do Not Adjust (CUST_ADJ only)",
|
||||
"1 : 18 - 18 - 42 (Default timing)",
|
||||
"2 : 17 - 17 - 39",
|
||||
"3 : 16 - 16 - 36",
|
||||
"4 : 15 - 15 - 35",
|
||||
"5 : 14 - 14 - 34",
|
||||
"6 : 13 - 13 - 33"],
|
||||
"<b>0</b> : Do Not Adjust (2400Mhz: 12 - 12 - 28) (CUST_ADJ only)",
|
||||
"<b>1</b> : 18 - 18 - 42 (Default timing)",
|
||||
"<b>2</b> : 17 - 17 - 39",
|
||||
"<b>3</b> : 16 - 16 - 36",
|
||||
"<b>4</b> : 15 - 15 - 35",
|
||||
"<b>5</b> : 14 - 14 - 34",
|
||||
"<b>6</b> : 13 - 13 - 33"],
|
||||
1,
|
||||
[0,6],
|
||||
1,
|
||||
@@ -299,12 +299,12 @@ var AdvTable: Array<AdvEntry> = [
|
||||
["WARNING: Unstable timings can corrupt your nand",
|
||||
"Secondary Timing Preset for both AUTO_ADJ and CUSTOM_ADJ",
|
||||
"Values are : tRRD - tFAW - tRTP",
|
||||
"0 : Do Not Adjust (CUST_ADJ only)",
|
||||
"1 : 10 - 40 - 7.5 (Default timing) (3733 specs)",
|
||||
"2 : 7.5 - 30 - 7.5 (4266 specs)",
|
||||
"3 : 6 - 24 - 6",
|
||||
"4 : 4 - 16 - 6",
|
||||
"5 : 2 - 8 - 5",],
|
||||
"<b>0</b> : Do Not Adjust (2400Mhz: 6.6 - 26.6 - 5) (CUST_ADJ only)",
|
||||
"<b>1</b> : 10 - 40 - 7.5 (Default timing) (3733 specs)",
|
||||
"<b>2</b> : 7.5 - 30 - 7.5 (4266 specs)",
|
||||
"<b>3</b> : 6 - 24 - 6",
|
||||
"<b>4</b> : 4 - 16 - 6",
|
||||
"<b>5</b> : 2 - 8 - 5",],
|
||||
1,
|
||||
[0,5],
|
||||
1,
|
||||
|
||||
Reference in New Issue
Block a user