UI tweaks

This commit is contained in:
Serge
2024-03-05 00:31:25 +01:00
parent 8ab1f1fc81
commit 64f4572113
3 changed files with 14 additions and 1 deletions

View File

@@ -308,6 +308,14 @@ public class AsusACPI
{
MaxGPUBoost = 15;
}
if (AppConfig.IsAMDLight())
{
MaxTotal = 90;
}
}
public void Control(uint dwIoControlCode, byte[] lpInBuffer, byte[] lpOutBuffer)