mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-21 17:49:58 -05:00
Merge 689bf98a34 into 12935d5b25
This commit is contained in:
commit
aef84ade2d
|
|
@ -1109,7 +1109,7 @@ static void AMMBCommandClosesocket(u32 parameter_offset)
|
|||
s_sockets[u32(guest_socket)] = SOCKET_ERROR;
|
||||
|
||||
s_media_buffer_32[1] = ret;
|
||||
s_last_error = SSC_SUCCESS;
|
||||
s_last_error = ret == 0 ? SSC_SUCCESS : SSC_EBADF;
|
||||
}
|
||||
|
||||
static void AMMBCommandConnect(u32 parameter_offset, u32 network_buffer_base)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user