mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 19:40:31 -07:00
Allocate aligned heaps
This commit is contained in:
parent
06fd7f662a
commit
9a7c63c46c
4 changed files with 49 additions and 6 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue