Disable CC_BUILD_ADVLIGHTING for NDS but keep for DSI

This commit is contained in:
rmn20 2025-01-17 16:41:26 +03:00
parent 8ba91e933a
commit ae2b0b10dd

View file

@ -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