mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2026-01-31 01:15:16 +01:00
Increased hide time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user