From b6efa1adfa77b1f0b55e3a77cb87224fd7c1a891 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 8 Oct 2017 21:43:05 +0200 Subject: [PATCH] The status bar panes are now updated after the emulated machine is hard reset on initialization, fixes missing CD-ROM host drives in the menu on startup. --- src/win/win.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/win/win.c b/src/win/win.c index 04b16674a..2a03a90ed 100644 --- a/src/win/win.c +++ b/src/win/win.c @@ -1198,6 +1198,8 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpszArg, int nFunsterStil) /* Fire up the machine. */ pc_reset_hard(); + StatusBarUpdatePanes(); + /* * Everything has been configured, and all seems to work, * so now it is time to start the main thread to do some