mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 16:21:11 -05: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…
Reference in New Issue
Block a user