mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-26 05:41:24 +00:00
NERF THIS! - Lower PSPSLIM heap to 30mB
This commit is contained in:
parent
169f3f9c03
commit
2207125c66
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ namespace quake
|
|||
#ifdef SLIM
|
||||
|
||||
// How big a heap to allocate.
|
||||
static size_t heapSize = 34 * 1024 * 1024;
|
||||
static size_t heapSize = 30 * 1024 * 1024;
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in a new issue