mirror of https://github.com/snes9xgit/snes9x.git
And missing comma.
This commit is contained in:
parent
be64fcf518
commit
f211d878a5
|
@ -688,7 +688,7 @@ void S9xRestoreWindowTitle ()
|
|||
if (Memory.ROMFilename[0])
|
||||
{
|
||||
char def[_MAX_FNAME];
|
||||
_splitpath(Memory.ROMFilename, NULL, NULL def, NULL);
|
||||
_splitpath(Memory.ROMFilename, NULL, NULL, def, NULL);
|
||||
_stprintf(buf, TEXT("%s - %s %s"), (wchar_t *)Utf8ToWide(def), WINDOW_TITLE, TEXT(VERSION));
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue