mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Added small delay before disabling XGM https://github.com/seerge/g-helper/issues/2306
This commit is contained in:
@@ -297,6 +297,7 @@ namespace GHelper.Gpu
|
|||||||
{
|
{
|
||||||
XGM.Reset();
|
XGM.Reset();
|
||||||
HardwareControl.KillGPUApps();
|
HardwareControl.KillGPUApps();
|
||||||
|
await Task.Delay(TimeSpan.FromSeconds(1));
|
||||||
|
|
||||||
if (silent)
|
if (silent)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user