input_common: sdl: lower vibration frequency and use it's own unique thread
This commit is contained in:
parent
01bc0c84f0
commit
5e7e55b98a
3 changed files with 12 additions and 3 deletions
|
@ -128,5 +128,6 @@ private:
|
|||
std::atomic<bool> initialized = false;
|
||||
|
||||
std::thread poll_thread;
|
||||
std::thread vibration_thread;
|
||||
};
|
||||
} // namespace InputCommon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue