mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Explicitly save previous power limits
This commit is contained in:
@@ -13,6 +13,11 @@ namespace GHelper.AutoTDP.PowerLimiter
|
||||
private int DefaultC1 = 0;
|
||||
|
||||
public ASUSACPIPowerLimiter()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void SavePowerLimits()
|
||||
{
|
||||
DefaultA0 = Program.acpi.DeviceGet(AsusACPI.PPT_APUA0);
|
||||
DefaultA3 = Program.acpi.DeviceGet(AsusACPI.PPT_APUA3);
|
||||
|
||||
Reference in New Issue
Block a user