From ae2b0b10dda92269f0fb99f52314722b7e5306cf Mon Sep 17 00:00:00 2001 From: rmn20 Date: Fri, 17 Jan 2025 16:41:26 +0300 Subject: [PATCH] Disable CC_BUILD_ADVLIGHTING for NDS but keep for DSI --- src/Core.h | 3 +++ 1 file changed, 3 insertions(+) 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