Re-enable on screen display of joystick/mouse selection

This commit is contained in:
Chips 2016-06-18 20:17:07 +00:00
parent 810aa1a7d4
commit c6b19aab20

View file

@ -528,7 +528,6 @@ static int real_main2 (int argc, TCHAR **argv)
write_log (_T("Sound driver unavailable: Sound output disabled\n"));
currprefs.produce_sound = 0;
}
inputdevice_init();
changed_prefs = currprefs;
no_gui = ! currprefs.start_gui;
@ -553,6 +552,8 @@ static int real_main2 (int argc, TCHAR **argv)
update_display(&currprefs);
}
inputdevice_init();
fixup_prefs (&currprefs);
changed_prefs = currprefs;
target_run ();