mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Core: Use WorkQueueThreadSP in DVDThread.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user