From f16a6248cb6c041f00bc181b86974f8b9039ee48 Mon Sep 17 00:00:00 2001 From: seerge Date: Wed, 20 Sep 2023 00:15:51 +0200 Subject: [PATCH] Added Z13 to GPU fix list --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index bbb1687a..1edb3520 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -373,7 +373,7 @@ public static class AppConfig public static bool IsGPUFixNeeded() { - return ContainsModel("GA402X") || ContainsModel("GV302") || ContainsModel("FX506") || ContainsModel("GU603V"); + return ContainsModel("GA402X") || ContainsModel("GV302") || ContainsModel("GZ301") || ContainsModel("FX506") || ContainsModel("GU603V"); } public static bool IsGPUFix()