VideoCommon: Deinit Graphics Mod Manager implicitly

This commit is contained in:
Sketch 2023-09-03 15:57:51 -04:00
parent 32f4f3ae7c
commit fb852a5062

View File

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