mirror of https://github.com/snes9xgit/snes9x.git
Fix NETPLAY_SUPPORT define I broke.
This commit is contained in:
parent
89f34bb33a
commit
f17e66fc62
|
@ -190,7 +190,7 @@
|
|||
***********************************************************************************/
|
||||
|
||||
|
||||
#if defined(NETPLAY_SUPPORT) || 1
|
||||
#ifdef NETPLAY_SUPPORT
|
||||
#ifdef _DEBUG
|
||||
#define NP_DEBUG 1
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue