mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Core and AudioCommon: Use AsyncWorkThread.
This commit is contained in:
parent
be4b0af971
commit
4e736d60db
8 changed files with 27 additions and 29 deletions
|
@ -39,7 +39,7 @@ private:
|
|||
std::vector<float> m_floatstereo_buffer;
|
||||
|
||||
#ifdef _WIN32
|
||||
Common::WorkQueueThread<std::function<void()>> m_work_queue;
|
||||
Common::AsyncWorkThread m_work_queue;
|
||||
bool m_coinit_success = false;
|
||||
bool m_should_couninit = false;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue