mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
Merge pull request #5738 from Supernature2k/patch-1
Fix https://github.com/libretro/RetroArch/issues/5737
This commit is contained in:
commit
2f7f90ce36
@ -641,6 +641,7 @@ static void command_stdin_poll(command_t *handle)
|
|||||||
|
|
||||||
bool command_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)
|
#if defined(HAVE_NETWORKING) && defined(HAVE_NETWORK_CMD) && defined(HAVE_COMMAND)
|
||||||
command_network_poll(handle);
|
command_network_poll(handle);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user