diff --git a/src/Core.h b/src/Core.h index 117ae2e89..a29481264 100644 --- a/src/Core.h +++ b/src/Core.h @@ -438,6 +438,9 @@ typedef cc_uint8 cc_bool; #define CC_BUILD_NOFPU #define DEFAULT_NET_BACKEND CC_NET_BACKEND_BUILTIN #define CC_DISABLE_ANIMATIONS /* Very costly in FPU less system */ + #ifndef BUILD_DSI + #undef CC_BUILD_ADVLIGHTING + #endif #elif defined __WIIU__ #define CC_BUILD_WIIU #define CC_BUILD_CONSOLE