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:
@@ -62,8 +62,7 @@ public class AmdGpuControl : IGpuControl
|
||||
|
||||
public AmdGpuControl()
|
||||
{
|
||||
if (!Adl2.Load())
|
||||
return;
|
||||
if (!AppConfig.NoGpu() || !Adl2.Load()) return;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user