mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Allocate aligned heaps
This commit is contained in:
parent
06fd7f662a
commit
9a7c63c46c
4 changed files with 49 additions and 6 deletions
|
@ -2397,6 +2397,9 @@ void FileChoose_Destroy(GameState* thisx);
|
|||
|
||||
char* SetQuote();
|
||||
|
||||
void Heaps_Alloc(void);
|
||||
void Heaps_Free(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
|
|
@ -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