Re-enable on screen display of joystick/mouse selection
This commit is contained in:
parent
810aa1a7d4
commit
c6b19aab20
1 changed files with 2 additions and 1 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue