Skip to content

Commit

Permalink
Merge pull request libretro#5738 from Supernature2k/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 authored Nov 21, 2017
2 parents 2c7e5f9 + d9afa91 commit 2f7f90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ static void command_stdin_poll(command_t *handle)

bool command_poll(command_t *handle)
{
memset(handle->state, 0, sizeof(handle->state));
#if defined(HAVE_NETWORKING) && defined(HAVE_NETWORK_CMD) && defined(HAVE_COMMAND)
command_network_poll(handle);
#endif
Expand Down

0 comments on commit 2f7f90c

Please sign in to comment.