Minor fixes

This commit is contained in:
Serge
2023-07-03 18:18:46 +02:00
parent 767865ab19
commit 606f43380b
6 changed files with 45 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
using GHelper.Gpu.NVidia;
using GHelper.Battery;
using GHelper.Gpu.NVidia;
using GHelper.Helpers;
using Ryzen;
@@ -88,6 +89,8 @@ namespace GHelper.Mode
PowerNative.SetCPUBoost(AppConfig.GetMode("auto_boost"));
}
BatteryControl.SetBatteryChargeLimit();
/*
if (NativeMethods.PowerGetEffectiveOverlayScheme(out Guid activeScheme) == 0)
{