mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Core: Use WorkQueueThreadSP in DVDThread.
This commit is contained in:
parent
8e64a02a42
commit
bdb4fd8376
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ private:
|
|||
|
||||
u64 m_next_id = 0;
|
||||
|
||||
Common::WorkQueueThread<ReadRequest> m_dvd_thread;
|
||||
Common::WorkQueueThreadSP<ReadRequest> m_dvd_thread;
|
||||
|
||||
Common::WaitableSPSCQueue<ReadResult> m_result_queue;
|
||||
std::map<u64, ReadResult> m_result_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue