GPU Power slider limits

This commit is contained in:
Serge
2024-03-01 12:38:48 +01:00
parent c337103806
commit 63b357a71b

View File

@@ -294,6 +294,11 @@ public class AsusACPI
MaxGPUPower = 70;
}
if (AppConfig.IsSlash())
{
MaxGPUPower = 25;
}
if (AppConfig.DynamicBoost5())
{
MaxGPUBoost = 5;