mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2025-01-31 19:50:35 +00:00
Increase PSP 1000 HUNK size to 11mB
This commit is contained in:
parent
aa440e3726
commit
75752e0312
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ namespace quake
|
|||
|
||||
#else
|
||||
|
||||
static size_t heapSize = 10 * 1024 * 1024;
|
||||
static size_t heapSize = 11 * 1024 * 1024;
|
||||
|
||||
#endif // SLIM
|
||||
|
||||
|
|
Loading…
Reference in a new issue