diff options
| author | degasus <wickmarkus@web.de> | 2014-03-05 15:19:10 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2014-04-12 13:32:53 +0200 |
| commit | 96ffbe345db37fd15b553f40b41a48aa446a574a (patch) | |
| tree | 9c4d491a65ed8df88f4f12ac97cc1bacff6f6491 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 4b60bdd2d07108b0338c558b4376c3930b2467bb (diff) | |
VideoSoftware: remove const memory usage of DebugUtil
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index c42cc136f2..f41aba3a28 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -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); |
