Show performance notifications only when mode changes

This commit is contained in:
seerge
2023-03-03 12:41:53 +01:00
parent 8f215dafab
commit 96c85f69fe
3 changed files with 18 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ public class ASUSWmi
public const int PPT_CPUB0 = 0x001200B0;
public const int PPT_CPUB1 = 0x001200B1;
public const int PPT_CPUA2 = 0x001200A2;
public const int PPT_CPUA2 = 0x001200A2;
public const int PerformanceBalanced = 0;
public const int PerformanceTurbo = 1;