mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoSoftware: remove const memory usage of DebugUtil
This commit is contained in:
parent
4b60bdd2d0
commit
96ffbe345d
3 changed files with 19 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue