mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 11:33:35 +00: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