final compile issue fixed
This commit is contained in:
@@ -111,7 +111,8 @@ void SafetyCheck() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sValidator validators[] = {
|
sValidator validators[] = {
|
||||||
{ C.commonCpuBoostClock, 1020'000, 3010'000, true },
|
{ C.marikoCpuBoostClock, 1020'000, 3010'000, true },
|
||||||
|
{ C.eristaCpuBoostClock, 1020'000, 2100'000, true },
|
||||||
{ C.commonEmcMemVolt, 1000'000, C.MemVltMax + 1 },
|
{ C.commonEmcMemVolt, 1000'000, C.MemVltMax + 1 },
|
||||||
{ C.eristaCpuMaxVolt, 1100, C.eristaCPUvMax + 1 },
|
{ C.eristaCpuMaxVolt, 1100, C.eristaCPUvMax + 1 },
|
||||||
{ C.eristaEmcMaxClock, 1600'000, 2428'800 },
|
{ C.eristaEmcMaxClock, 1600'000, 2428'800 },
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ namespace ams::ldr::oc::ptm {
|
|||||||
bool isMariko = true;
|
bool isMariko = true;
|
||||||
#endif
|
#endif
|
||||||
Result CpuPtmBoost(perf_conf_entry* entry) {
|
Result CpuPtmBoost(perf_conf_entry* entry) {
|
||||||
if (!C.commonCpuBoostClock)
|
if (!C.marikoCpuBoostClock || !C.eristaCpuBoostClock)
|
||||||
R_SUCCEED();
|
R_SUCCEED();
|
||||||
u32 cpuPtmBoostNew;
|
u32 cpuPtmBoostNew;
|
||||||
if(isMariko) {
|
if(isMariko) {
|
||||||
|
|||||||
Reference in New Issue
Block a user