This commit is contained in:
Serge
2023-09-11 12:03:52 +02:00
parent a800eae020
commit 10db075ece
2 changed files with 7 additions and 3 deletions

View File

@@ -267,6 +267,7 @@ public static class HardwareControl
if (_gpuControl.IsValid)
{
GpuControl = _gpuControl;
if (GpuControl.FullName.Contains("6850M")) AppConfig.Set("xgm_special", 1);
Logger.WriteLine(GpuControl.FullName);
return;
}