mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Move net_http_special to network/
This commit is contained in:
parent
751872afa4
commit
7ca75d46f8
@ -954,7 +954,7 @@ ifeq ($(HAVE_NETWORKING), 1)
|
||||
OBJ += libretro-common/net/net_compat.o \
|
||||
libretro-common/net/net_http.o \
|
||||
libretro-common/net/net_socket.o \
|
||||
net_http_special.o \
|
||||
network/net_http_special.o \
|
||||
tasks/task_http.o
|
||||
|
||||
ifneq ($(HAVE_SOCKET_LEGACY),1)
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "cheevos.h"
|
||||
#include "dynamic.h"
|
||||
#include "libretro.h"
|
||||
#include "net_http_special.h"
|
||||
#include "network/net_http_special.h"
|
||||
#include "configuration.h"
|
||||
#include "performance.h"
|
||||
#include "msg_hash.h"
|
||||
|
@ -113,7 +113,7 @@ ACHIEVEMENTS
|
||||
|
||||
#include "../libretro-common/formats/json/jsonsax.c"
|
||||
#include "../libretro-common/utils/md5.c"
|
||||
#include "../net_http_special.c"
|
||||
#include "../network/net_http_special.c"
|
||||
#include "../cheevos.c"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user