final compile issue fixed

This commit is contained in:
souldbminersmwc
2025-09-02 18:57:57 -04:00
parent 941b790a6f
commit a3fe738ed5
2 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ namespace ams::ldr::oc::ptm {
bool isMariko = true;
#endif
Result CpuPtmBoost(perf_conf_entry* entry) {
if (!C.commonCpuBoostClock)
if (!C.marikoCpuBoostClock || !C.eristaCpuBoostClock)
R_SUCCEED();
u32 cpuPtmBoostNew;
if(isMariko) {