mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Skip AMD check for devices w/o GPU https://github.com/seerge/g-helper/pull/3360/
This commit is contained in:
@@ -62,7 +62,7 @@ public class AmdGpuControl : IGpuControl
|
|||||||
|
|
||||||
public AmdGpuControl()
|
public AmdGpuControl()
|
||||||
{
|
{
|
||||||
if (!AppConfig.NoGpu() || !Adl2.Load()) return;
|
if (AppConfig.NoGpu() || !Adl2.Load()) return;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user