Better logic to handle availability of tdp limiters

This commit is contained in:
IceStormNG
2024-03-02 13:29:56 +01:00
parent b104d852c7
commit f2ef77b866
4 changed files with 18 additions and 6 deletions

View File

@@ -27,6 +27,11 @@ namespace GHelper.AutoTDP.PowerLimiter
ReadPowerUnit();
}
public static bool IsAvailable()
{
return !RyzenControl.IsAMD();
}
public void SavePowerLimits()
{
DefaultEax = 0;