mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Define HAVE_NETPLAY on when HAVE_NETWORKING is enabled in qb/config.libs.sh
This commit is contained in:
parent
1b4673c634
commit
362ab0e53a
@ -146,6 +146,7 @@ if [ "$HAVE_NETWORKING" = 'yes' ]; then
|
||||
HAVE_SOCKET_LEGACY='yes'
|
||||
fi
|
||||
HAVE_NETWORK_CMD='yes'
|
||||
HAVE_NETPLAY='yes'
|
||||
else
|
||||
echo "Warning: All networking features have been disabled."
|
||||
HAVE_NETWORK_CMD='no'
|
||||
|
Loading…
x
Reference in New Issue
Block a user