mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-29 12:34:18 +01:00
Fixed old bug when checking for updater
Could have caused a thread lock
This commit is contained in:
parent
661ff79115
commit
541112e188
@ -555,6 +555,7 @@ namespace DS4Windows.Forms
|
|||||||
while (processes.Length > 0)
|
while (processes.Length > 0)
|
||||||
{
|
{
|
||||||
Thread.Sleep(500);
|
Thread.Sleep(500);
|
||||||
|
processes = Process.GetProcessesByName("DS4Updater");
|
||||||
}
|
}
|
||||||
|
|
||||||
File.Delete(exepath + "\\DS4Updater.exe");
|
File.Delete(exepath + "\\DS4Updater.exe");
|
||||||
|
Loading…
Reference in New Issue
Block a user