mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
VideoCommon: Deinit Graphics Mod Manager implicitly
This commit is contained in:
parent
32f4f3ae7c
commit
fb852a5062
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user