Fix status bar save text
This commit is contained in:
parent
d7fcb17928
commit
8d8c52fac4
|
@ -1380,7 +1380,7 @@ bool CN64System::SaveState()
|
|||
|
||||
CPath SavedFileName(FileName);
|
||||
|
||||
g_Notify->DisplayMessage(5, stdstr_f("%s %s", SaveMessage.c_str(), SavedFileName.GetNameExtension()).ToUTF16().c_str());
|
||||
g_Notify->DisplayMessage(5, stdstr_f("%ws %s", SaveMessage.c_str(), SavedFileName.GetNameExtension().c_str()).ToUTF16().c_str());
|
||||
Notify().RefreshMenu();
|
||||
WriteTrace(TraceDebug, __FUNCTION__ ": Done");
|
||||
return true;
|
||||
|
@ -1932,4 +1932,4 @@ void CN64System::TLB_Changed()
|
|||
{
|
||||
g_Debugger->TLBChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue