mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-15 16:33:15 -03: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:
@@ -31,7 +31,10 @@ void CustomResourceManager::Initialize()
|
|||||||
void CustomResourceManager::Shutdown()
|
void CustomResourceManager::Shutdown()
|
||||||
{
|
{
|
||||||
if (m_async_shader_compiler)
|
if (m_async_shader_compiler)
|
||||||
|
{
|
||||||
m_async_shader_compiler->StopWorkerThreads();
|
m_async_shader_compiler->StopWorkerThreads();
|
||||||
|
m_async_shader_compiler->ClearAllWork();
|
||||||
|
}
|
||||||
|
|
||||||
m_asset_cache.Shutdown();
|
m_asset_cache.Shutdown();
|
||||||
m_worker_thread.Shutdown();
|
m_worker_thread.Shutdown();
|
||||||
|
|||||||
Reference in New Issue
Block a user