Merge pull request #12158 from noahpistilli/graphics_mod_manager_crash

VideoCommon: Deinit Graphics Mod Manager explicitly
This commit is contained in:
JMC47
2023-09-03 16:27:58 -04:00
committed by GitHub

View File

@ -407,6 +407,7 @@ void VideoBackendBase::ShutdownShared()
g_bounding_box.reset();
g_perf_query.reset();
g_graphics_mod_manager.reset();
g_texture_cache.reset();
g_framebuffer_manager.reset();
g_shader_cache.reset();