This commit is contained in:
Serge
2024-11-11 10:41:53 +01:00
parent 871f80f654
commit be3e15cd6e

View File

@@ -62,7 +62,7 @@ public class AmdGpuControl : IGpuControl
public AmdGpuControl()
{
if (!AppConfig.NoGpu() || !Adl2.Load()) return;
if (AppConfig.NoGpu() || !Adl2.Load()) return;
try
{