Anime Matrix Editor

This commit is contained in:
Serge
2023-09-05 21:38:58 +02:00
parent fce9cddd02
commit b93499c20d
18 changed files with 784 additions and 108 deletions

View File

@@ -383,7 +383,7 @@ public static class AppConfig
public static bool IsNoGPUModes()
{
return ContainsModel("GV301RA");
return ContainsModel("GV301RA") || ContainsModel("GV302XA");
}
}