mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-16 16:09:13 +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);
|
//System.Threading.Thread.Sleep(50);
|
||||||
sw.Restart();
|
sw.Restart();
|
||||||
while (sw.ElapsedMilliseconds < 50)
|
while (sw.ElapsedMilliseconds < 100)
|
||||||
{
|
{
|
||||||
// Use SpinWait to keep control of current thread. Using Sleep could potentially
|
// Use SpinWait to keep control of current thread. Using Sleep could potentially
|
||||||
// cause other events to get run out of order
|
// cause other events to get run out of order
|
||||||
|
Loading…
x
Reference in New Issue
Block a user