mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 00:17:55 -05:00
input_common: sdl: lower vibration frequency and use it's own unique thread
This commit is contained in:
@ -128,5 +128,6 @@ private:
|
||||
std::atomic<bool> initialized = false;
|
||||
|
||||
std::thread poll_thread;
|
||||
std::thread vibration_thread;
|
||||
};
|
||||
} // namespace InputCommon
|
||||
|
Reference in New Issue
Block a user