mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-11 15:59:08 +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(() =>
|
||||
{
|
||||
hotkeysTimer = new NonFormTimer();
|
||||
hotkeysTimer.Interval = 20;
|
||||
//hotkeysTimer.Elapsed += Hotkeys;
|
||||
hotkeysTimer.AutoReset = false;
|
||||
if (SwipeProfiles)
|
||||
|
Loading…
x
Reference in New Issue
Block a user