Further updated OnScreen LEDs code from WinUAE, fixed #330

This commit is contained in:
Dimitris Panokostas 2018-06-06 22:59:12 +02:00
parent fd269ffd74
commit 2351c17140
15 changed files with 314 additions and 215 deletions

View file

@ -718,6 +718,8 @@ static int real_main2 (int argc, TCHAR **argv)
memset(&gui_data, 0, sizeof gui_data);
gui_data.cd = -1;
gui_data.hd = -1;
gui_data.net = -1;
gui_data.md = currprefs.cs_cd32nvram ? 0 : -1;
if (!init_shm()) {
if (currprefs.start_gui)