main window title shows version number of emulator
This commit is contained in:
parent
15c0cd8b39
commit
2089997394
|
@ -1413,7 +1413,7 @@ int CreateMainWindow()
|
|||
hAppWnd = CreateWindowEx(
|
||||
0,
|
||||
"FCEULTRA",
|
||||
FCEU_NAME,
|
||||
FCEU_NAME_AND_VERSION,
|
||||
WS_OVERLAPPEDWINDOW | WS_CLIPSIBLINGS, /* Style */
|
||||
MainWindow_wndx,
|
||||
MainWindow_wndy,
|
||||
|
|
Loading…
Reference in New Issue