From 5e7e55b98a22b8db0e3f8982837a306b6b66f61e Mon Sep 17 00:00:00 2001 From: german77 Date: Sun, 26 Jun 2022 17:49:14 -0500 Subject: input_common: sdl: lower vibration frequency and use it's own unique thread --- src/input_common/drivers/sdl_driver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input_common/drivers/sdl_driver.h') diff --git a/src/input_common/drivers/sdl_driver.h b/src/input_common/drivers/sdl_driver.h index 0846fbb50..7dc7a93c7 100644 --- a/src/input_common/drivers/sdl_driver.h +++ b/src/input_common/drivers/sdl_driver.h @@ -128,5 +128,6 @@ private: std::atomic initialized = false; std::thread poll_thread; + std::thread vibration_thread; }; } // namespace InputCommon -- cgit v1.2.3