GPU tweaks

This commit is contained in:
Serge
2023-08-10 23:39:45 +02:00
parent ea61e428da
commit 3d5c0d5ade
7 changed files with 23 additions and 17 deletions

View File

@@ -132,7 +132,7 @@ namespace GHelper.Gpu
if (eco == 1)
{
/*
if (NvidiaSmi.GetDisplayActiveStatus())
{
DialogResult dialogResult = MessageBox.Show(Properties.Strings.EnableOptimusText, Properties.Strings.EnableOptimusTitle, MessageBoxButtons.YesNo);
@@ -142,7 +142,7 @@ namespace GHelper.Gpu
return;
}
}
*/
HardwareControl.KillGPUApps();
}