Version bump

This commit is contained in:
Serge
2024-02-28 17:15:15 +01:00
parent 6b45795888
commit a520c438da
3 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ public class AsusACPI
public const uint CORES_CPU = 0x001200D2; // Intel E-core and P-core configuration in a format 0x0[E]0[P]
public const uint CORES_MAX = 0x001200D3; // Maximum Intel E-core and P-core availability
public const uint GPU_POWER_BASE = 0x00120099; // Base part GPU TGP
public const uint GPU_BASE = 0x00120099; // Base part GPU TGP
public const uint GPU_POWER = 0x00120098; // Additonal part of GPU TGP
public const int APU_MEM = 0x000600C1;