mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
net_http - 3ds build fix (#14900)
This commit is contained in:
parent
960204b5eb
commit
afe3bf72bb
@ -448,7 +448,7 @@ static int net_http_new_socket(struct http_connection_t *conn)
|
||||
/* Temp fix, don't use new timeout/poll code for cheevos http requests */
|
||||
bool timeout = true;
|
||||
#ifdef __WIN32
|
||||
if (!strcmp(conn->domain, "retroachievements.org\0"))
|
||||
if (!strcmp(conn->domain, "retroachievements.org"))
|
||||
timeout = false;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user