mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Max GPU Power param in config
This commit is contained in:
@@ -296,7 +296,7 @@ public class AsusACPI
|
||||
|
||||
if (AppConfig.IsSlash())
|
||||
{
|
||||
MaxGPUPower = 25;
|
||||
MaxGPUPower = AppConfig.Get("max_gpu_power", 25);
|
||||
}
|
||||
|
||||
if (AppConfig.DynamicBoost5())
|
||||
|
||||
Reference in New Issue
Block a user