From 957916bfdf019ba46a958aa4daa521bb63b943f1 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:51:09 +0200 Subject: [PATCH] XGM Special Activation --- app/Gpu/GPUModeControl.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Gpu/GPUModeControl.cs b/app/Gpu/GPUModeControl.cs index 274bfd17..1816e0f4 100644 --- a/app/Gpu/GPUModeControl.cs +++ b/app/Gpu/GPUModeControl.cs @@ -308,8 +308,7 @@ namespace GHelper.Gpu else { - // To be verified on XGM 3080 / 4080 - if (Program.acpi.DeviceGet(AsusACPI.GPUXGFlag) == 1) + if (AppConfig.Is("xgm_special")) Program.acpi.DeviceSet(AsusACPI.GPUXG, 0x101, "GPU XGM"); else Program.acpi.DeviceSet(AsusACPI.GPUXG, 1, "GPU XGM");