mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-11 15:59:08 +01:00
Change priority of bus thread.
Lower priority seems better
This commit is contained in:
parent
f642371e4d
commit
8be9e66f22
@ -147,7 +147,7 @@ namespace DS4Windows
|
||||
Monitor.Wait(busThrLck);
|
||||
}
|
||||
});
|
||||
tempThread.Priority = ThreadPriority.AboveNormal;
|
||||
tempThread.Priority = ThreadPriority.Normal;
|
||||
tempThread.IsBackground = true;
|
||||
tempThread.Start();
|
||||
//while (_udpServer == null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user