From a520c438da1f4bdc5c13b3060ba37334f1e0fc2b Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:15:15 +0100 Subject: [PATCH] Version bump --- app/AsusACPI.cs | 2 +- app/Fans.cs | 2 +- app/GHelper.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/AsusACPI.cs b/app/AsusACPI.cs index f5986bcb..ca176e1f 100644 --- a/app/AsusACPI.cs +++ b/app/AsusACPI.cs @@ -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; diff --git a/app/Fans.cs b/app/Fans.cs index 2fea5bcc..b4c338a6 100644 --- a/app/Fans.cs +++ b/app/Fans.cs @@ -548,7 +548,7 @@ namespace GHelper { gpuVisible = buttonGPU.Visible = true; - gpuPowerBase = Program.acpi.DeviceGet(AsusACPI.GPU_POWER_BASE); + gpuPowerBase = Program.acpi.DeviceGet(AsusACPI.GPU_BASE); int gpuPowerVar = Program.acpi.DeviceGet(AsusACPI.GPU_POWER); int gpu_boost = AppConfig.GetMode("gpu_boost"); diff --git a/app/GHelper.csproj b/app/GHelper.csproj index 56011b39..b49204c7 100644 --- a/app/GHelper.csproj +++ b/app/GHelper.csproj @@ -15,7 +15,7 @@ AnyCPU False True - 0.155 + 0.156