mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Skip GPU check for UX540 https://github.com/seerge/g-helper/pull/3360
This commit is contained in:
@@ -285,6 +285,7 @@ public static class HardwareControl
|
||||
|
||||
public static void RecreateGpuControl()
|
||||
{
|
||||
if (AppConfig.NoGpu()) return;
|
||||
try
|
||||
{
|
||||
GpuControl?.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user