summaryrefslogtreecommitdiffhomepage
path: root/dinput/keybinding-worker.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-04-02 11:20:54 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-04-05 00:16:14 +0200
commit43f082e9de6cacab40b7df63ca4ea40a63a8440d (patch)
tree9aa7b320a3e8a3b5cff6cc0a94aa92d426a66941 /dinput/keybinding-worker.cpp
parent93bb0f6acb6c99fe5748f118daccfa75dbcde0c3 (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.cpp2
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);
}
}