VideoCommon: clear all compiler work when resource manager shuts down

This commit is contained in:
iwubcode
2025-12-24 01:51:55 -06:00
parent 4b086b1256
commit f846fc0d02

View File

@@ -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();