mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Set g_vertex_manager to nullptr on DX11 backend shutdown.. OGL backend already does this
This commit is contained in:
parent
2842897d55
commit
50b9ab4541
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,8 @@ void VideoBackend::Shutdown()
|
|||
delete g_renderer;
|
||||
g_renderer = nullptr;
|
||||
g_texture_cache = nullptr;
|
||||
g_vertex_manager = nullptr;
|
||||
g_perf_query = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue