mirror of https://github.com/mgba-emu/mgba.git
Core: Update flags.h
This commit is contained in:
parent
f9caf8541a
commit
91a503397b
|
@ -37,6 +37,12 @@
|
|||
|
||||
// USE flags
|
||||
|
||||
#ifndef MINIMAL_CORE
|
||||
|
||||
#ifndef USE_DEBUGGERS
|
||||
#cmakedefine USE_DEBUGGERS
|
||||
#endif
|
||||
|
||||
#ifndef USE_EDITLINE
|
||||
#cmakedefine USE_EDITLINE
|
||||
#endif
|
||||
|
@ -86,3 +92,5 @@
|
|||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue