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()