Console Window: Reset the titlebar when the VM is shutdown.

This commit is contained in:
Christian Kenny 2018-02-15 13:32:41 -05:00 committed by Akash
parent de1584b9f2
commit f6e4a3081d
1 changed files with 1 additions and 0 deletions

View File

@ -577,6 +577,7 @@ void MainEmuFrame::Menu_SysShutdown_Click(wxCommandEvent &event)
//if( !SysHasValidState() && !CorePlugins.AreAnyInitialized() ) return; //if( !SysHasValidState() && !CorePlugins.AreAnyInitialized() ) return;
UI_DisableSysShutdown(); UI_DisableSysShutdown();
Console.SetTitle("PCSX2 Program Log");
CoreThread.Reset(); CoreThread.Reset();
} }