Max GPU Power param in config

This commit is contained in:
Serge
2024-03-06 10:46:28 +01:00
parent 0705edd83d
commit 6075676372

View File

@@ -296,7 +296,7 @@ public class AsusACPI
if (AppConfig.IsSlash())
{
MaxGPUPower = 25;
MaxGPUPower = AppConfig.Get("max_gpu_power", 25);
}
if (AppConfig.DynamicBoost5())