Added Z13 to GPU fix list

This commit is contained in:
seerge
2023-09-20 00:15:51 +02:00
parent 9c0cd15115
commit f16a6248cb

View File

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