mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix --disable-networking.
Fixes https://github.com/libretro/RetroArch/issues/2663.
This commit is contained in:
parent
f7218eb85b
commit
f1192ca8ac
@ -626,7 +626,9 @@ static void command_stdin_poll(command_t *handle)
|
||||
*last_newline++ = '\0';
|
||||
msg_len = last_newline - handle->stdin_buf;
|
||||
|
||||
#if defined(HAVE_NETWORKING)
|
||||
command_parse_msg(handle, handle->stdin_buf, CMD_STDIN);
|
||||
#endif
|
||||
|
||||
memmove(handle->stdin_buf, last_newline,
|
||||
handle->stdin_buf_ptr - msg_len);
|
||||
|
@ -215,6 +215,7 @@ if [ "$HAVE_NETWORKING" = 'yes' ]; then
|
||||
fi
|
||||
else
|
||||
echo "Warning: All networking features have been disabled."
|
||||
HAVE_KEYMAPPER='no'
|
||||
HAVE_NETWORK_CMD='no'
|
||||
HAVE_NETWORKGAMEPAD='no'
|
||||
HAVE_CHEEVOS='no'
|
||||
|
Loading…
x
Reference in New Issue
Block a user