This commit is contained in:
Serge
2023-12-13 17:16:44 +01:00
parent e59142140c
commit 4a0e9d2e41
5 changed files with 134 additions and 39 deletions

View File

@@ -536,6 +536,7 @@ public class AsusACPI
public bool IsAllAmdPPT()
{
//return false;
return DeviceGet(PPT_CPUB0) >= 0 && DeviceGet(PPT_GPUC0) < 0;
}