Fix some window title issues, etc.

This commit is contained in:
Henrik Rydgard 2013-08-20 17:21:25 +02:00
parent e5c6cea6f1
commit 87e51a5c04
6 changed files with 10 additions and 19 deletions

View file

@ -181,6 +181,7 @@ void CPU_Init() {
return;
}
if (coreParameter.updateRecent) {
g_Config.AddRecent(filename);
}
@ -290,6 +291,7 @@ void PSP_Shutdown() {
CPU_Shutdown();
}
GPU_Shutdown();
host->SetWindowTitle(0);
}
void PSP_RunLoopUntil(u64 globalticks) {