mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 09:19:18 +01:00
Increased hide time
This commit is contained in:
parent
bddfe77679
commit
92bd1bd53f
@ -370,7 +370,7 @@ namespace DS4Windows
|
||||
|
||||
//System.Threading.Thread.Sleep(50);
|
||||
sw.Restart();
|
||||
while (sw.ElapsedMilliseconds < 50)
|
||||
while (sw.ElapsedMilliseconds < 100)
|
||||
{
|
||||
// Use SpinWait to keep control of current thread. Using Sleep could potentially
|
||||
// cause other events to get run out of order
|
||||
|
Loading…
Reference in New Issue
Block a user