all repos — mgba @ 91a503397b3d36bc6c06bbec2bd074b74beb56fe

mGBA Game Boy Advance Emulator

Core: Update flags.h
Jeffrey Pfau jeffrey@endrift.com
Tue, 20 Dec 2016 18:59:46 -0800
commit

91a503397b3d36bc6c06bbec2bd074b74beb56fe

parent

f9caf8541a69cf5dd6569bcb557de764983e5571

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

jump to
M src/core/flags.h.insrc/core/flags.h.in

@@ -37,6 +37,12 @@ #endif

// USE flags +#ifndef MINIMAL_CORE + +#ifndef USE_DEBUGGERS +#cmakedefine USE_DEBUGGERS +#endif + #ifndef USE_EDITLINE #cmakedefine USE_EDITLINE #endif

@@ -83,6 +89,8 @@ #endif

#ifndef USE_ZLIB #cmakedefine USE_ZLIB +#endif + #endif #endif