mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Core: Use WorkQueueThreadSP in DVDThread.
This commit is contained in:
@ -126,7 +126,7 @@ private:
|
|||||||
|
|
||||||
u64 m_next_id = 0;
|
u64 m_next_id = 0;
|
||||||
|
|
||||||
Common::WorkQueueThread<ReadRequest> m_dvd_thread;
|
Common::WorkQueueThreadSP<ReadRequest> m_dvd_thread;
|
||||||
|
|
||||||
Common::WaitableSPSCQueue<ReadResult> m_result_queue;
|
Common::WaitableSPSCQueue<ReadResult> m_result_queue;
|
||||||
std::map<u64, ReadResult> m_result_map;
|
std::map<u64, ReadResult> m_result_map;
|
||||||
|
Reference in New Issue
Block a user