mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-27 06:02:17 +00:00
5 lines
80 B
C
5 lines
80 B
C
|
#ifdef SLIM
|
||
|
#define PSP_HEAP_SIZE_MB 42
|
||
|
#else
|
||
|
#define PSP_HEAP_SIZE_MB 18
|
||
|
#endif
|