mirror of https://github.com/PCSX2/pcsx2.git
Console Window: Reset the titlebar when the VM is shutdown.
This commit is contained in:
parent
de1584b9f2
commit
f6e4a3081d
|
@ -577,6 +577,7 @@ void MainEmuFrame::Menu_SysShutdown_Click(wxCommandEvent &event)
|
|||
//if( !SysHasValidState() && !CorePlugins.AreAnyInitialized() ) return;
|
||||
|
||||
UI_DisableSysShutdown();
|
||||
Console.SetTitle("PCSX2 Program Log");
|
||||
CoreThread.Reset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue