From b511cd66d061d6f18fc3ede02291c67d43cdf198 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Wed, 31 Jan 2018 07:58:46 -0800 Subject: [PATCH] SDL 2.x is incompatible with SDL 1.x modem emulation --- vs2015/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vs2015/config.h b/vs2015/config.h index 8b168fe138c..72910ffc625 100644 --- a/vs2015/config.h +++ b/vs2015/config.h @@ -86,7 +86,9 @@ #define C_LIBPNG 1 /* Define to 1 to enable internal modem support, requires SDL_net */ +#if !defined(C_SDL2) #define C_MODEM 1 +#endif /* Define to 1 to enable NE2000 ethernet passthrough, requires libpcap */ #define C_NE2000 1