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
commit 6f6eb73667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();