mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-26 18:51:49 +01:00
increase memory for mem2 manager
This commit is contained in:
parent
85217f4c0d
commit
13e16c3246
@ -19,7 +19,7 @@ static heap_cntrl mem2_heap;
|
||||
|
||||
u32 InitMem2Manager ()
|
||||
{
|
||||
int size = (36*1024*1024);
|
||||
int size = (42*1024*1024);
|
||||
u32 level;
|
||||
_CPU_ISR_Disable(level);
|
||||
size &= ~0x1f; // round down, because otherwise we may exceed the area
|
||||
|
Loading…
Reference in New Issue
Block a user