From d94a54f785cfda3968d0ffad219082d2cac5e254 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:59:22 +0200 Subject: [PATCH] Update AsusACPI.cs --- app/AsusACPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AsusACPI.cs b/app/AsusACPI.cs index 8bb52657..3a7575f4 100644 --- a/app/AsusACPI.cs +++ b/app/AsusACPI.cs @@ -172,7 +172,7 @@ public class AsusACPI private bool? _overdrive = null; public static uint GPUEco => AppConfig.IsVivoZenPro() ? GPUEcoVivo : GPUEcoROG; - public static uint GPUMux => AppConfig.IsVivoZenbook() ? GPUMuxVivo : GPUMuxROG; + public static uint GPUMux => AppConfig.IsVivoZenPro() ? GPUMuxVivo : GPUMuxROG; [DllImport("kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)] private static extern IntPtr CreateFile(