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:
@@ -27,6 +27,11 @@ namespace GHelper.AutoTDP.PowerLimiter
|
||||
ReadPowerUnit();
|
||||
}
|
||||
|
||||
public static bool IsAvailable()
|
||||
{
|
||||
return !RyzenControl.IsAMD();
|
||||
}
|
||||
|
||||
public void SavePowerLimits()
|
||||
{
|
||||
DefaultEax = 0;
|
||||
|
||||
Reference in New Issue
Block a user