mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2025-02-01 03:50:45 +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
|