hoc-overlay: add fan control feature to sysmodule

This commit is contained in:
souldbminersmwc
2025-10-02 16:26:50 -04:00
parent fde9a5b1a3
commit b61906cc49
14 changed files with 682 additions and 44 deletions

View File

@@ -9,6 +9,8 @@
#include "errors.h"
#include "file_utils.h"
#include "clock_manager.h"
class ReverseNXSync {
public:
ReverseNXSync ();
@@ -30,4 +32,4 @@ protected:
ReverseNXMode GetToolModeFromPatch(const char* patch_path);
ReverseNXMode RecheckToolMode();
};
};