docs: update docs

This commit is contained in:
hanabbi
2023-11-08 10:35:00 +09:00
parent 91184286b6
commit 60eccbb0e3
6 changed files with 7 additions and 4 deletions

View File

@@ -90,7 +90,8 @@ Overclocking Suite for Nintendo Switch consoles running Atmosphere CFW.
4. Hekate-ipl bootloader (fss0) Only (Not required for AMS fusee) 4. Hekate-ipl bootloader (fss0) Only (Not required for AMS fusee)
- At boot entry section in `bootloader/hekate_ipl.ini`, Add `kip1=atmosphere/kips/loader.kip` to any line that works. - At boot entry section in `bootloader/hekate_ipl.ini`, Add `kip1=atmosphere/kips/loader.kip` to any line that works.
5. Install [sys-clk-oc](https://github.com/hanai3Bi/Switch-OC-Suite/releases/latest/download/sys-clk-oc.zip), or install official [sys-clk](https://github.com/retronx-team/sys-clk/releases) (2.0.0+) instead (Not recommended because of no protection from unsafe freqs). 5. Install [sys-clk-oc](https://github.com/hanai3Bi/Switch-OC-Suite/releases/latest/download/sys-clk-oc.zip)
official [sys-clk](https://github.com/retronx-team/sys-clk/releases) (2.0.0+) is compatible but not recommended (no bugfixes or additional features).
6. (optional) Copy SdOut.zip for useful utilities. 6. (optional) Copy SdOut.zip for useful utilities.

View File

@@ -207,6 +207,7 @@ The `[values]` section allows you to alter timings in sys-clk, you should not ne
|:------------------------:|-------------------------------------------------------------------------------|:---------:| |:------------------------:|-------------------------------------------------------------------------------|:---------:|
|**allow_unsafe_freq** | Allow unsafe frequencies (CPU > 1963.5 MHz, GPU > 921.6 MHz) | OFF | |**allow_unsafe_freq** | Allow unsafe frequencies (CPU > 1963.5 MHz, GPU > 921.6 MHz) | OFF |
|**uncapped_clocks** | Remove CPU/GPU clock cappings | OFF | |**uncapped_clocks** | Remove CPU/GPU clock cappings | OFF |
|**override_boost_mode** | Override boost mode frequency with user set values (CPU/GPU) | OFF |
|**temp_log_interval_ms** | Defines how often sys-clk log temperatures, in milliseconds (`0` to disable) | 0 ms | |**temp_log_interval_ms** | Defines how often sys-clk log temperatures, in milliseconds (`0` to disable) | 0 ms |
|**csv_write_interval_ms** | Defines how often sys-clk writes to the CSV, in milliseconds (`0` to disable) | 0 ms | |**csv_write_interval_ms** | Defines how often sys-clk writes to the CSV, in milliseconds (`0` to disable) | 0 ms |
|**poll_interval_ms** | Defines how fast sys-clk checks and applies profiles, in milliseconds | 500 ms | |**poll_interval_ms** | Defines how fast sys-clk checks and applies profiles, in milliseconds | 500 ms |

File diff suppressed because one or more lines are too long

2
pages/dist/main.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -297,7 +297,7 @@
Add <code>kip1=atmosphere/kips/loader.kip</code> to any line that works.</li> Add <code>kip1=atmosphere/kips/loader.kip</code> to any line that works.</li>
</ul> </ul>
</li> </li>
<li>Install sys-clk-oc, or install official sys-clk (2.0.0+) instead. <li>Install [sys-clk-oc] <br>official [sys-clk] (2.0.0+) is compatible but not recommended (no bugfixes or additional features).
</li> </li>
<li>(optional) Copy SdOut.zip for useful utilities. <li>(optional) Copy SdOut.zip for useful utilities.
</li> </li>

View File

@@ -341,6 +341,7 @@ var CustTable: Array<CustEntry> = [
4, 4,
["Negative Voltage offset value for gpu dynamic voltage calculation", ["Negative Voltage offset value for gpu dynamic voltage calculation",
"For example, value of 10 will decrease 10mV gpu volt from all frequencies", "For example, value of 10 will decrease 10mV gpu volt from all frequencies",
"Default gpu vmin: Erista - 812.5mV / Mariko - 610mV",
"Acceptable range: 0 ~ 100"], "Acceptable range: 0 ~ 100"],
0, 0,
[0,100], [0,100],