VideoSoftware: remove const memory usage of DebugUtil

This commit is contained in:
degasus
2014-03-05 15:19:10 +01:00
parent 4b60bdd2d0
commit 96ffbe345d
3 changed files with 19 additions and 9 deletions

View File

@ -167,6 +167,7 @@ void VideoSoftware::Shutdown()
// TODO: should be in Video_Cleanup
HwRasterizer::Shutdown();
SWRenderer::Shutdown();
DebugUtil::Shutdown();
// Do our OSD callbacks
OSD::DoCallbacks(OSD::OSD_SHUTDOWN);