From 77e6f57593719397c731fe6dd00dd89f4291ae1f Mon Sep 17 00:00:00 2001 From: hanabbi Date: Wed, 19 Apr 2023 23:15:59 +0900 Subject: [PATCH] fix(sys-clk-oc): revert charging current limit back to 2000mA --- README.md | 2 +- Source/sys-clk-OC/common/include/sysclk/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea2c035f..7c7561fc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) -This is continuation of Switch-OC-Suite just for my personal usage. This project is very dangerous and I do not recommend using it. USE AT YOUR OWN RISK +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 Overclocking Suite for Nintendo Switch consoles running Atmosphere CFW. diff --git a/Source/sys-clk-OC/common/include/sysclk/config.h b/Source/sys-clk-OC/common/include/sysclk/config.h index 4545f99c..96f37f22 100644 --- a/Source/sys-clk-OC/common/include/sysclk/config.h +++ b/Source/sys-clk-OC/common/include/sysclk/config.h @@ -13,7 +13,7 @@ #include #include -const uint32_t CHARGING_CURRENT_MA_LIMIT = 3000; +const uint32_t CHARGING_CURRENT_MA_LIMIT = 2000; typedef enum { SysClkConfigValue_PollingIntervalMs = 0,