mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01: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
@ -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…
x
Reference in New Issue
Block a user