diff --git a/src/drivers/win/window.cpp b/src/drivers/win/window.cpp index 3fe5af99..f209c5e1 100644 --- a/src/drivers/win/window.cpp +++ b/src/drivers/win/window.cpp @@ -1328,6 +1328,8 @@ int CreateMainWindow() fceu_hInstance, NULL ); + CenterWindowOnScreen(hAppWnd); + DragAcceptFiles(hAppWnd, 1); SetMainWindowStuff();