NERF THIS! - Lower PSPSLIM heap to 30mB

This commit is contained in:
Ian 2023-02-04 11:30:25 -05:00 committed by GitHub
parent 169f3f9c03
commit 2207125c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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