Fix some window title issues, etc.
This commit is contained in:
parent
e5c6cea6f1
commit
87e51a5c04
6 changed files with 10 additions and 19 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue