Dynamic Boost for GU605

This commit is contained in:
Serge
2024-03-09 13:35:47 +01:00
parent 62cac76200
commit f93c37ad97
3 changed files with 13 additions and 1 deletions

View File

@@ -303,6 +303,11 @@ public class AsusACPI
MaxGPUBoost = 15;
}
if (AppConfig.DynamicBoost20())
{
MaxGPUBoost = 20;
}
if (AppConfig.IsAMDLight())
{
MaxTotal = 90;