mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
added VITA condition
This commit is contained in:
parent
1bccf5cf27
commit
d5503e9e7c
@ -213,7 +213,7 @@ int getaddrinfo_retro(const char *node, const char *service,
|
||||
|
||||
in_addr->sin_family = host->h_addrtype;
|
||||
|
||||
#if defined(AF_INET6) && !defined(__CELLOS_LV2__)
|
||||
#if defined(AF_INET6) && !defined(__CELLOS_LV2__) || defined(VITA)
|
||||
/* TODO/FIXME - In case we ever want to support IPv6 */
|
||||
in_addr->sin_addr.s_addr = inet_addr(host->h_addr_list[0]);
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user