sysclk: fix warning
This commit is contained in:
@@ -670,7 +670,7 @@ bool ClockManager::RefreshContext()
|
|||||||
FileUtils::WriteContextToCsv(this->context);
|
FileUtils::WriteContextToCsv(this->context);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this->context->profile == SysClkProfile_Docked && !Board::GetConsoleType() == HorizonOCConsoleType_Lite)
|
if(this->context->profile == SysClkProfile_Docked && Board::GetConsoleType() != HorizonOCConsoleType_Lite)
|
||||||
this->context->maxDisplayFreq = Board::GetHighestDockedDisplayRate();
|
this->context->maxDisplayFreq = Board::GetHighestDockedDisplayRate();
|
||||||
else
|
else
|
||||||
this->context->maxDisplayFreq = 60;
|
this->context->maxDisplayFreq = 60;
|
||||||
|
|||||||
Reference in New Issue
Block a user