From c808daa51fc4262a35e0bcd3a898e203492f94c4 Mon Sep 17 00:00:00 2001 From: KazushiM <85604869+KazushiMe@users.noreply.github.com> Date: Sun, 30 Oct 2022 00:40:56 +0800 Subject: [PATCH] Config directory -> /config/sysclk/ #42 --- README.md | 3 +++ Source/sys-clk-OC/sysmodule/src/file_utils.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cb1abde..8bb855f2 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ This project will not be actively maintained or regularly updated along with Atm - **Modded sys-clk and ReverseNX**(-RT) + - CPU & GPU frequency governor (Experimental) + - Adjust frequency based on load. Might decrease power draw but can introduce stutters. + - Global profile - Designated a dummy title id `0xA111111111111111`. - Priority: "Temp overrides" > "Application profile" > "Global profile" > "System default". diff --git a/Source/sys-clk-OC/sysmodule/src/file_utils.h b/Source/sys-clk-OC/sysmodule/src/file_utils.h index 1956342f..5306a03e 100644 --- a/Source/sys-clk-OC/sysmodule/src/file_utils.h +++ b/Source/sys-clk-OC/sysmodule/src/file_utils.h @@ -17,7 +17,7 @@ #include #include -#define FILE_CONFIG_DIR "/config/" TARGET +#define FILE_CONFIG_DIR "/config/sys-clk/" #define FILE_FLAG_CHECK_INTERVAL_NS 5000000000ULL #define FILE_CONTEXT_CSV_PATH FILE_CONFIG_DIR "/context.csv" #define FILE_LOG_FLAG_PATH FILE_CONFIG_DIR "/log.flag"