Core: Fix up flags.h
Vicki Pfau vi@endrift.com
Sat, 02 Jun 2018 18:16:49 -0700
1 files changed,
19 insertions(+),
5 deletions(-)
jump to
M
src/core/flags.h.in
→
src/core/flags.h.in
@@ -15,7 +15,7 @@ #ifndef BUILD_GLES2
#cmakedefine BUILD_GLES2 #endif -// COLOR flags +// Miscellaneous flags #ifndef COLOR_16_BIT #cmakedefine COLOR_16_BIT@@ -25,6 +25,14 @@ #ifndef COLOR_5_6_5
#cmakedefine COLOR_5_6_5 #endif +#ifndef DISABLE_THREADING +#cmakedefine DISABLE_THREADING +#endif + +#ifndef FIXED_ROM_BUFFER +#cmakedefine FIXED_ROM_BUFFER +#endif + // M_CORE flags #ifndef M_CORE_GBA@@ -35,9 +43,13 @@ #ifndef M_CORE_GB
#cmakedefine M_CORE_GB #endif -// USE flags +// ENABLE flags -#ifndef MINIMAL_CORE +#ifndef ENABLE_SCRIPTING +#cmakedefine ENABLE_SCRIPTING +#endif + +// USE flags #ifndef USE_DEBUGGERS #cmakedefine USE_DEBUGGERS@@ -45,6 +57,10 @@ #endif
#ifndef USE_EDITLINE #cmakedefine USE_EDITLINE +#endif + +#ifndef USE_ELF +#cmakedefine USE_ELF #endif #ifndef USE_EPOXY@@ -93,8 +109,6 @@ #endif
#ifndef USE_ZLIB #cmakedefine USE_ZLIB -#endif - #endif #endif