mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Vita buildfix
This commit is contained in:
parent
332074df40
commit
f46e41f6c4
@ -311,7 +311,7 @@ int socket_select(int nfds, fd_set *readfds, fd_set *writefds,
|
||||
if (writefds)
|
||||
memcpy(&wfds, writefds, sizeof(wfds));
|
||||
if (errorfds)
|
||||
memcpy(&efds, errorfds, sizeof(efds))
|
||||
memcpy(&efds, errorfds, sizeof(efds));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user