From bdb4fd837679e68c209070d8fc04f046980432d7 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Wed, 30 Apr 2025 16:17:21 -0500 Subject: [PATCH] Core: Use WorkQueueThreadSP in DVDThread. --- Source/Core/Core/HW/DVD/DVDThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/HW/DVD/DVDThread.h b/Source/Core/Core/HW/DVD/DVDThread.h index 17aec87ef4..7b40e436c1 100644 --- a/Source/Core/Core/HW/DVD/DVDThread.h +++ b/Source/Core/Core/HW/DVD/DVDThread.h @@ -126,7 +126,7 @@ private: u64 m_next_id = 0; - Common::WorkQueueThread m_dvd_thread; + Common::WorkQueueThreadSP m_dvd_thread; Common::WaitableSPSCQueue m_result_queue; std::map m_result_map;