mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Better logic to handle availability of tdp limiters
This commit is contained in:
@@ -17,6 +17,11 @@ namespace GHelper.AutoTDP.PowerLimiter
|
||||
|
||||
}
|
||||
|
||||
public static bool IsAvailable()
|
||||
{
|
||||
return AppConfig.IsASUS();
|
||||
}
|
||||
|
||||
public void SavePowerLimits()
|
||||
{
|
||||
DefaultA0 = Program.acpi.DeviceGet(AsusACPI.PPT_APUA0);
|
||||
|
||||
Reference in New Issue
Block a user