auto-select #DEVELOPER if #GDB_STUB

This commit is contained in:
zeromus 2010-05-16 04:04:31 +00:00
parent ed7b6cd6f6
commit b6d3c26b2b
2 changed files with 6 additions and 1 deletions

View File

@ -40,6 +40,11 @@
#include "config.h"
#endif
//enforce a constraint: gdb stub requires developer
#if defined(GDB_STUB) && !defined(DEVELOPER)
#define DEVELOPER
#endif
//xbox needs to include this to resemble windows
#ifdef _XBOX
#include <xtl.h>

View File

@ -11,7 +11,7 @@
//#define NOSSE2
//#define DEVELOPER //enables dev+ features
//#define GDB_STUB //enables the gdb stub. for some reason this is separate from dev+ for now
//#define GDB_STUB //enables the gdb stub. for some reason this is separate from dev+ for now. requires DEVELOPER.
//#define EXPERIMENTAL_WIFI_COMM //enables experimental wifi communication features which do not actually work yet
//basic wifi register emulation is still enabled, to at least make it seem like the wifi is working in an empty universe