Allocate aligned heaps

This commit is contained in:
GaryOderNichts 2022-04-02 13:47:22 +02:00 committed by Nicholas Estelami
parent 06fd7f662a
commit 9a7c63c46c
4 changed files with 49 additions and 6 deletions

View file

@ -237,8 +237,8 @@ extern void(*D_801755D0)(void);
extern u8 gGfxSPTaskYieldBuffer[OS_YIELD_DATA_SIZE]; // 0xC00 bytes
extern u8 gGfxSPTaskStack[0x400]; // 0x400 bytes
extern GfxPool gGfxPools[2]; // 0x24820 bytes
extern u8 gAudioHeap[0x38000]; // 0x38000 bytes
extern u8 gSystemHeap[];
extern u8* gAudioHeap;
extern u8* gSystemHeap;
#ifdef __cplusplus
};