mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
Added all of enet lib, changed Cmake files accordingly
This commit is contained in:
parent
a629555e6b
commit
619a3a5171
36 changed files with 3868 additions and 80 deletions
4
Externals/enet/protocol.c
vendored
4
Externals/enet/protocol.c
vendored
|
@ -1191,7 +1191,9 @@ commandError:
|
|||
static int
|
||||
enet_protocol_receive_incoming_commands (ENetHost * host, ENetEvent * event)
|
||||
{
|
||||
for (;;)
|
||||
int packets;
|
||||
|
||||
for (packets = 0; packets < 256; ++ packets)
|
||||
{
|
||||
int receivedLength;
|
||||
ENetBuffer buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue