Option to disable "gpu_mode_force_set" for GA503 https://github.com/seerge/g-helper/issues/3175

This commit is contained in:
Serge
2024-09-26 13:22:21 +02:00
parent 1103ab70f6
commit 489616d255

View File

@@ -640,7 +640,7 @@ public static class AppConfig
public static bool IsForceSetGPUMode() public static bool IsForceSetGPUMode()
{ {
return Is("gpu_mode_force_set") || ContainsModel("503"); return Is("gpu_mode_force_set") || (ContainsModel("503") && IsNotFalse("gpu_mode_force_set"));
} }
public static bool IsNoGPUModes() public static bool IsNoGPUModes()