From 4e0a6c765d2e6e58ecdf3e81b3e9b2a22779c8d6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 31 Jan 2015 06:15:51 +0100 Subject: [PATCH] (Wii) Take out HAVE_NETWORKING and HAVE_NETPLAY -would need suitable headers and netport implementation - look at this for reference - https://code.google.com/p/diiscent/source/browse/trunk/netport/?r=4 --- Makefile.griffin | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.griffin b/Makefile.griffin index e2a7c8e9a3..05241a1882 100644 --- a/Makefile.griffin +++ b/Makefile.griffin @@ -121,8 +121,6 @@ HAVE_7ZIP := 1 HAVE_RPNG := 1 HAVE_OVERLAY := 1 HAVE_LIBSICKSAXIS := 0 - HAVE_NETWORKING := 1 - HAVE_NETPLAY := 1 HAVE_BUILTIN_AUTOCONFIG := 1 else ifeq ($(platform), psp1) CC = psp-gcc$(EXE_EXT)