- IPC service for handling ReverseNX-RT communication, reducing I/O requests
- Set config for "Auto CPU Boost"/"Sync ReverseNX Mode" in overlay - Apply hardened freq cap to handheld mode (CPU@1963MHz, GPU@921MHz)
This commit is contained in:
@@ -50,20 +50,13 @@ class ClockManager
|
||||
const uint32_t CPU_BOOST_FREQ = 1785'000'000;
|
||||
|
||||
bool IsCpuBoostMode();
|
||||
bool IsReverseNXEnabled();
|
||||
bool IsReverseNXModeValid();
|
||||
bool IsReverseNXDocked();
|
||||
|
||||
uint32_t GetHz(SysClkModule);
|
||||
SysClkProfile ReverseNXProfileHandler();
|
||||
ReverseNXMode ReverseNXFileHandler(bool, const char*);
|
||||
ReverseNXMode ReverseNXFileHandler(const char*);
|
||||
|
||||
void CheckReverseNXTool();
|
||||
bool CheckReverseNXRT();
|
||||
|
||||
// LockableMutex systemCoreStuckCountMutex;
|
||||
// Thread t_CheckSystemCoreStuck_0, t_CheckSystemCoreStuck_1, t_CheckSystemCoreStuck_2;
|
||||
|
||||
// static void CheckSystemCoreStuck(void *arg);
|
||||
// void StartCheckSystemCore();
|
||||
// void StopCheckSystemCore();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user