mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
(qb) Do not force netplay=yes when networking is enabled
This commit is contained in:
parent
dbd70237f5
commit
2107562658
@ -146,7 +146,8 @@ if [ "$HAVE_NETWORKING" = 'yes' ]; then
|
||||
HAVE_SOCKET_LEGACY='yes'
|
||||
fi
|
||||
HAVE_NETWORK_CMD='yes'
|
||||
HAVE_NETPLAY='yes'
|
||||
|
||||
[ "$HAVE_NETPLAY" != 'no' ] && 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