mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-25 22:41:16 +01:00
Increased hotkeys timer interval
This commit is contained in:
parent
df743f3f59
commit
661ff79115
@ -436,6 +436,7 @@ namespace DS4Windows.Forms
|
|||||||
Thread timerThread = new Thread(() =>
|
Thread timerThread = new Thread(() =>
|
||||||
{
|
{
|
||||||
hotkeysTimer = new NonFormTimer();
|
hotkeysTimer = new NonFormTimer();
|
||||||
|
hotkeysTimer.Interval = 20;
|
||||||
//hotkeysTimer.Elapsed += Hotkeys;
|
//hotkeysTimer.Elapsed += Hotkeys;
|
||||||
hotkeysTimer.AutoReset = false;
|
hotkeysTimer.AutoReset = false;
|
||||||
if (SwipeProfiles)
|
if (SwipeProfiles)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user