Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12158 from noahpistilli/graphics_mod_manager_crash
VideoCommon: Deinit Graphics Mod Manager explicitly
  • Loading branch information
JMC47 committed Sep 3, 2023
2 parents 32f4f3a + fb852a5 commit 6f6eb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/VideoCommon/VideoBackendBase.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 6f6eb73

Please sign in to comment.