mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Rename netplay_compat.* to net_compat.*
This commit is contained in:
parent
cef42b9356
commit
41a48b8ac8
@ -623,7 +623,7 @@ endif
|
||||
ifeq ($(HAVE_NETPLAY), 1)
|
||||
DEFINES += -DHAVE_NETPLAY -DHAVE_NETWORK_CMD
|
||||
OBJ += netplay.o \
|
||||
netplay_compat.o \
|
||||
net_compat.o \
|
||||
net_http.o
|
||||
ifneq ($(findstring Win32,$(OS)),)
|
||||
LIBS += -lws2_32
|
||||
|
@ -16,8 +16,8 @@
|
||||
|
||||
#include "command.h"
|
||||
|
||||
#include "net_compat.h"
|
||||
#if defined(HAVE_NETWORK_CMD) && defined(HAVE_NETPLAY)
|
||||
#include "netplay_compat.h"
|
||||
#include "netplay.h"
|
||||
#endif
|
||||
|
||||
|
@ -661,7 +661,7 @@ NETPLAY
|
||||
============================================================ */
|
||||
#ifdef HAVE_NETPLAY
|
||||
#include "../netplay.c"
|
||||
#include "../netplay_compat.c"
|
||||
#include "../net_compat.c"
|
||||
#include "../net_http.c"
|
||||
#endif
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#ifndef GEKKO
|
||||
#include "../../netplay_compat.h"
|
||||
#include "../../net_compat.h"
|
||||
#endif
|
||||
|
||||
#include "logger.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "netplay_compat.h"
|
||||
#include "net_compat.h"
|
||||
#include "netplay.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
@ -18,7 +18,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include "netplay_compat.h"
|
||||
#include "net_compat.h"
|
||||
#include <compat/strl.h>
|
||||
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user