mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-21 17:49:58 -05:00
Merge pull request #14228 from iwubcode/clear_compiler_work_resource_mgr
VideoCommon: clear all compiler work when resource manager shuts down
This commit is contained in:
commit
aa1605e95a
|
|
@ -31,7 +31,10 @@ void CustomResourceManager::Initialize()
|
|||
void CustomResourceManager::Shutdown()
|
||||
{
|
||||
if (m_async_shader_compiler)
|
||||
{
|
||||
m_async_shader_compiler->StopWorkerThreads();
|
||||
m_async_shader_compiler->ClearAllWork();
|
||||
}
|
||||
|
||||
m_asset_cache.Shutdown();
|
||||
m_worker_thread.Shutdown();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user