mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-20 07:13:49 -07:00
Core: Use WorkQueueThreadSP in DVDThread.
This commit is contained in:
parent
8e64a02a42
commit
bdb4fd8376
@ -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…
Reference in New Issue
Block a user