mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
WorkQueueThread: Cleanups. Implement in terms of WaitableSPSCQueue. Add single producer WorkQueueThreadSP.
This commit is contained in:
@ -69,9 +69,9 @@ void CustomAssetLoader::Init()
|
||||
});
|
||||
}
|
||||
|
||||
void CustomAssetLoader ::Shutdown()
|
||||
void CustomAssetLoader::Shutdown()
|
||||
{
|
||||
m_asset_load_thread.Shutdown(true);
|
||||
m_asset_load_thread.StopAndCancel();
|
||||
|
||||
m_asset_monitor_thread_shutdown.Set();
|
||||
m_asset_monitor_thread.join();
|
||||
|
Reference in New Issue
Block a user