mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
properly clean up PerfQuery on OGL
This commit is contained in:
@ -250,6 +250,8 @@ void VideoBackend::Video_Cleanup() {
|
|||||||
ProgramShaderCache::Shutdown();
|
ProgramShaderCache::Shutdown();
|
||||||
VertexShaderManager::Shutdown();
|
VertexShaderManager::Shutdown();
|
||||||
PixelShaderManager::Shutdown();
|
PixelShaderManager::Shutdown();
|
||||||
|
delete g_perf_query;
|
||||||
|
g_perf_query = NULL;
|
||||||
delete g_vertex_manager;
|
delete g_vertex_manager;
|
||||||
g_vertex_manager = NULL;
|
g_vertex_manager = NULL;
|
||||||
OpcodeDecoder_Shutdown();
|
OpcodeDecoder_Shutdown();
|
||||||
|
Reference in New Issue
Block a user