GPU Mode Backlight

This commit is contained in:
Serge
2023-08-14 16:48:16 +02:00
parent 4c989c9d75
commit 4f6de3c6a3
6 changed files with 52 additions and 18 deletions

View File

@@ -364,7 +364,7 @@ public static class AppConfig
public static bool IsGPUFixNeeded()
{
return ContainsModel("GA402X") || ContainsModel("GV302") || ContainsModel("FX506");
return ContainsModel("GA402X") || ContainsModel("GV302") || ContainsModel("FX506") || ContainsModel("GU603V");
}
public static bool IsGPUFix()