mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -05:00
Disable CC_BUILD_ADVLIGHTING for NDS but keep for DSI
This commit is contained in:
parent
8ba91e933a
commit
ae2b0b10dd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue