Main window is now centered.
This commit is contained in:
parent
61bc92f255
commit
1dcf46fa78
|
@ -1328,6 +1328,8 @@ int CreateMainWindow()
|
|||
fceu_hInstance,
|
||||
NULL );
|
||||
|
||||
CenterWindowOnScreen(hAppWnd);
|
||||
|
||||
DragAcceptFiles(hAppWnd, 1);
|
||||
|
||||
SetMainWindowStuff();
|
||||
|
|
Loading…
Reference in New Issue