InitMaxGPUPower

This commit is contained in:
Serge
2024-03-09 13:11:33 +01:00
parent 5401ea952a
commit 62cac76200
3 changed files with 28 additions and 10 deletions

View File

@@ -154,7 +154,7 @@ public class AsusACPI
public static int MaxGPUBoost = 25;
public static int MinGPUPower = 0;
public static int MaxGPUPower = 60;
public static int MaxGPUPower = 70;
public const int MinGPUTemp = 75;
public const int MaxGPUTemp = 87;
@@ -291,12 +291,6 @@ public class AsusACPI
if (AppConfig.IsIntelHX())
{
MaxTotal = 175;
MaxGPUPower = 70;
}
if (AppConfig.IsSlash())
{
MaxGPUPower = AppConfig.Get("max_gpu_power", 25);
}
if (AppConfig.DynamicBoost5())