mirror of https://github.com/mgba-emu/mgba.git
Core: Dont include debugger.h when not using debuggers
This commit is contained in:
parent
e2927ebcea
commit
e5a9f8a030
|
@ -16,7 +16,9 @@
|
|||
#include "core/input.h"
|
||||
#endif
|
||||
#include "core/interface.h"
|
||||
#ifdef USE_DEBUGGERS
|
||||
#include "debugger/debugger.h"
|
||||
#endif
|
||||
|
||||
enum mPlatform {
|
||||
PLATFORM_NONE = -1,
|
||||
|
|
Loading…
Reference in New Issue