all repos — mgba @ e5a9f8a0309ae15cd2a9e5feaaea52af1b212c3b

mGBA Game Boy Advance Emulator

Core: Dont include debugger.h when not using debuggers
Jeffrey Pfau jeffrey@endrift.com
Mon, 07 Nov 2016 10:18:22 -0800
commit

e5a9f8a0309ae15cd2a9e5feaaea52af1b212c3b

parent

e2927ebcea5025bd426b0721fac671e4f4d216cc

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/core/core.hsrc/core/core.h

@@ -16,7 +16,9 @@ #ifndef MINIMAL_CORE

#include "core/input.h" #endif #include "core/interface.h" +#ifdef USE_DEBUGGERS #include "debugger/debugger.h" +#endif enum mPlatform { PLATFORM_NONE = -1,