Skip to content

Commit

Permalink
Make sure keyboard and menu input is always initialized.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrodeSolheim committed Aug 4, 2018
1 parent 8b19ec6 commit 7f4b992
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fs-uae/main.c
Expand Up @@ -364,6 +364,9 @@ static void event_handler(int line)
* connected to the server (for net play game), but aborted connection
* before game started. */
fs_uae_reconfigure_input_ports_amiga();
/* Also configure input ports now (which also makes sure keyboard
* etc. is initialized) to ensure it is configured at least once. */
fs_uae_reconfigure_input_ports_host();
}

if (fs_emu_is_quitting()) {
Expand Down

0 comments on commit 7f4b992

Please sign in to comment.