Config directory -> /config/sysclk/ #42
This commit is contained in:
@@ -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".
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <cstdarg>
|
||||
#include <sysclk.h>
|
||||
|
||||
#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"
|
||||
|
||||
Reference in New Issue
Block a user