Use watts as double to have more fine grained control

This commit is contained in:
IceStormNG
2024-03-01 18:55:50 +01:00
parent 2aebf3044d
commit 8cd256463a
4 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
{
internal interface IPowerLimiter : IDisposable
{
public void SetCPUPowerLimit(int watts);
public void SetCPUPowerLimit(double watts);
public int GetCPUPowerLimit();