diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-02 11:20:54 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 00:16:14 +0200 |
commit | 43f082e9de6cacab40b7df63ca4ea40a63a8440d (patch) | |
tree | 9aa7b320a3e8a3b5cff6cc0a94aa92d426a66941 /dinput/keybinding-worker.cpp | |
parent | 93bb0f6acb6c99fe5748f118daccfa75dbcde0c3 (diff) |
dinput: try fix cpu usage
I forgot who reported this, sorry.
Diffstat (limited to 'dinput/keybinding-worker.cpp')
-rw-r--r-- | dinput/keybinding-worker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/keybinding-worker.cpp b/dinput/keybinding-worker.cpp index 30d21534..adcd9a96 100644 --- a/dinput/keybinding-worker.cpp +++ b/dinput/keybinding-worker.cpp @@ -194,7 +194,7 @@ void KeybindingWorker::run() } } - Sleep(100); + Sleep(25); } } |