Auto updater tweaks

This commit is contained in:
Serge
2024-01-12 19:35:10 +01:00
parent 4ab7ceb837
commit 00dc6a6ca3
5 changed files with 15 additions and 54 deletions

View File

@@ -259,6 +259,11 @@ public class AsusACPI
DefaultTotal = 30;
}
if (AppConfig.IsIntelHX())
{
MaxTotal = 175;
}
if (AppConfig.DynamicBoost5())
{
MaxGPUBoost = 5;