diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-14 12:31:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-14 12:34:33 +0200 |
commit | db8ef6165c746b233cd9a61101ed32c4c14a426c (patch) | |
tree | 9880482ba20f32ab56360e3c0a2d02a586c460cc /dinput/keybinding-worker.hpp | |
parent | 2d7e8f1467a37b66a87c949ad266dc9b41c9a1b1 (diff) |
dinput: fix dinput freeze
It was easiest to reproduce when a protocol failed to load. As usual, win32
debugging without MSVC++ is nearly useless.
Diffstat (limited to 'dinput/keybinding-worker.hpp')
-rw-r--r-- | dinput/keybinding-worker.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/keybinding-worker.hpp b/dinput/keybinding-worker.hpp index 39b850e0..c2d571f8 100644 --- a/dinput/keybinding-worker.hpp +++ b/dinput/keybinding-worker.hpp @@ -51,7 +51,7 @@ private: volatile bool should_quit; void run() override; - void init(); + bool init(); KeybindingWorker(); static KeybindingWorker& make(); |