diff --git a/README.md b/README.md
index 7c7561fc..a0e8bd2c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
-This is continuation of Switch-OC-Suite just for my personal use. This project is very dangerous and can possibly damage your console. Therefore I do not recommend using this project. If you decide to do so, USE AT YOUR OWN RISK
+Continuation of Switch-OC-Suite, originally by KazushiMe, for my personal use. This project is very dangerous and can possibly damage your console. Therefore I do not recommend using this project. If you decide to use it, USE AT YOUR OWN RISK
Overclocking Suite for Nintendo Switch consoles running Atmosphere CFW.
@@ -29,7 +29,7 @@ Overclocking Suite for Nintendo Switch consoles running Atmosphere CFW.
- CPU / GPU Overclock (Safe: 1963 / 998 MHz)
- Unsafe
- Due to the limit of board power draw or power IC
- - Unlockable frequencies up to 2397 / 1305 MHz or 2295 / 1267 MHz
+ - Unlockable frequencies up to 2295 / 1267 MHz
- See [README for sys-clk-OC](https://github.com/hanai3Bi/Switch-OC-Suite/blob/master/Source/sys-clk-OC/README.md)
- DRAM Overclock (Safe: 1996.8 MHz)
@@ -70,10 +70,10 @@ Overclocking Suite for Nintendo Switch consoles running Atmosphere CFW.
| Defaults | Mariko | Erista |
| ---------- | ------------- | ------------ |
- | CPU OC | 2397 MHz Max | 2091 MHz Max |
+ | CPU OC | 2295 MHz Max | 2091 MHz Max |
| CPU Boost | 1785 MHz | N/A |
| CPU Volt | 1235 mV Max | 1235 mV Max |
- | GPU OC | 1305 MHz Max | N/A |
+ | GPU OC | 1267 MHz Max | N/A |
| RAM OC | 1996 MHz Max | 1862 MHz Max |
| RAM Volt | Disabled | Disabled |
| RAM Timing | Auto-Adjusted | N/A |
diff --git a/Source/sys-clk-OC/README.md b/Source/sys-clk-OC/README.md
index 7df3a6fc..d385831a 100644
--- a/Source/sys-clk-OC/README.md
+++ b/Source/sys-clk-OC/README.md
@@ -7,8 +7,8 @@ Switch sysmodule allowing you to set cpu/gpu clocks according to the running app
### CPU clocks
-* 2397 → approx. OC max for Mariko
-* 2295
+* 2397 → N/A
+* 2295 → OC max for Mariko
* 2193
* 2091 → OC max for Erista
* 1963 → official and safe max for Mariko
@@ -28,7 +28,7 @@ Switch sysmodule allowing you to set cpu/gpu clocks according to the running app
### GPU clocks
-* 1305 → OC max for Mariko
+* 1305 → N/A
* 1267 → official max for Mariko
* 1228
* 1152
diff --git a/pages/dist/index.html b/pages/dist/index.html
index 72cf20a9..8ea5dbe5 100644
--- a/pages/dist/index.html
+++ b/pages/dist/index.html
@@ -1 +1 @@
-
Switch OC Suite | Overclocking suite for Horizon OS (HOS) running on Atmosphere CFW. Licensed under GPL v2.
Switch OC Suite
Overclocking suite for Horizon OS (HOS) running on Atmosphere CFW. Licensed under GPL v2.
README
🚨DISCLAIMER: THIS IS PROVIDED AS IS. USE AT YOUR OWN RISK!🚨
Overclocking in general will shorten the lifespan of some hardware components. YOU ARE RESPONSIBLE for any problem or potential damage if unsafe frequencies are ENABLED in sys-clk-OC. Issues like asking for bypassing limit will BE IGNORED OR CLOSED WITHOUT REPLY.
Due to HorizonOS design, instabilities from unsafe RAM clocks may cause filesystem corruption. Always make backup before enabling DRAM OC.
Add kip1=atmosphere/kips/loader.kip to boot entry section in bootloader/hekate_ipl.ini.
How to build this project
Grab necessary patches from the repo, then compile sys-clk, ReverseNX-RT and Atmosphere loader with devkitpro.
Before compiling Atmosphere loader, run patch.py in Atmosphere/stratosphere/loader/source/ to insert oc module into loader sysmodule.
When compilation is done, uncompress the kip to make it work with configurator: hactool -t kip1 Atmosphere/stratosphere/loader/out/nintendo_nx_arm64_armv8a/release/loader.kip --uncompress=./loader.kip
See the end of README in sys-clk-OC. Place this line allow_unsafe_freq=1 under [value] section in /config/sys-clk/config.ini
I would like to bypass limit enforced in sys-clk to improve handheld performance without charger connected.
Never will it be implemented here, or work out of the box.
You have to modify the code yourself for your own use. If you are to share modified binaries you have made based on this project publicly, make sure to comply with GPL v2 licenses.
Download
Get latest version of Switch OC Suite and its corresponding Atmosphere package here.
Configure frequencies and voltages to suit your hardware and preferences.
+Switch OC Suite | Overclocking suite for Horizon OS (HOS) running on Atmosphere CFW. Licensed under GPL v2.
Switch OC Suite
Overclocking suite for Horizon OS (HOS) running on Atmosphere CFW. Licensed under GPL v2.
README
🚨DISCLAIMER: THIS IS PROVIDED AS IS. USE AT YOUR OWN RISK!🚨
Overclocking in general will shorten the lifespan of some hardware components. YOU ARE RESPONSIBLE for any problem or potential damage if unsafe frequencies are ENABLED in sys-clk-OC. Issues like asking for bypassing limit will BE IGNORED OR CLOSED WITHOUT REPLY.
Due to HorizonOS design, instabilities from unsafe RAM clocks may cause filesystem corruption. Always make backup before enabling DRAM OC.
Add kip1=atmosphere/kips/loader.kip to boot entry section in bootloader/hekate_ipl.ini.
How to build this project
Grab necessary patches from the repo, then compile sys-clk, ReverseNX-RT and Atmosphere loader with devkitpro.
Before compiling Atmosphere loader, run patch.py in Atmosphere/stratosphere/loader/source/ to insert oc module into loader sysmodule.
When compilation is done, uncompress the kip to make it work with configurator: hactool -t kip1 Atmosphere/stratosphere/loader/out/nintendo_nx_arm64_armv8a/release/loader.kip --uncompress=./loader.kip
See the end of README in sys-clk-OC. Place this line allow_unsafe_freq=1 under [value] section in /config/sys-clk/config.ini
I would like to bypass limit enforced in sys-clk to improve handheld performance without charger connected.
Never will it be implemented here, or work out of the box.
You have to modify the code yourself for your own use. If you are to share modified binaries you have made based on this project publicly, make sure to comply with GPL v2 licenses.
Download
Get latest version of Switch OC Suite and its corresponding Atmosphere package here.