- Fixed gpu_hz_list typo in governor (#46)
- Parse loader.kip config from { "/", "/atmosphere/", "/atmosphere/kips/", "/bootloader/" } (#44)
This commit is contained in:
@@ -65,10 +65,13 @@ typedef struct
|
||||
bool allowUnsafeFreq;
|
||||
bool governor;
|
||||
SysClkProfile realProfile;
|
||||
uint32_t maxMEMFreq;
|
||||
uint32_t boostCPUFreq;
|
||||
} SysClkOcExtra;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t values[20];
|
||||
} SysClkFrequencyTable;
|
||||
|
||||
uint32_t* GetTable(SysClkModule module);
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user