mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
XGM for devices without dGPU https://github.com/seerge/g-helper/issues/1235
This commit is contained in:
@@ -380,4 +380,10 @@ public static class AppConfig
|
||||
{
|
||||
return Is("gpu_mode_force_set") || ContainsModel("503");
|
||||
}
|
||||
|
||||
public static bool IsNoGPUModes()
|
||||
{
|
||||
return ContainsModel("GV301RA");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user