mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 01:10:33 +00:00
Remove gSystemHeap and use _buffersSegmentEnd instead, make buffer alignments explicit for gcc (#1901)
* Remove gSystemHeap and use _buffersSegmentEnd instead, make buffer alignments explicit for gcc * ALIGNEDn -> ALIGNED(n), reposition alignment attribute for PreNmiBuff * Correct positioning of ALIGNED for filter data in audio/lib/data.c * Add ALIGNED to TypenameMacros * ALIGNED(4) on same line for PreNmiBuff * Revert audio load.c change, to be submitted separately
This commit is contained in:
parent
6e2ea18154
commit
c521f1f8ae
16 changed files with 45 additions and 40 deletions
|
@ -722,7 +722,7 @@ gGfxSPTaskYieldBuffer = 0x80168000; // size:0xC00
|
|||
gGfxSPTaskStack = 0x80168C00; // size:0x400
|
||||
gGfxPools = 0x80169000; // size:0x24820
|
||||
gAudioHeap = 0x8018D820; // size:0x38000
|
||||
gSystemHeap = 0x801C5820; //
|
||||
_buffersSegmentEnd = 0x801C5820; //
|
||||
D_80811BB0 = 0x80810D70; // size:0x180
|
||||
D_80811D30 = 0x80810EF0; // size:0x100
|
||||
D_80811E30 = 0x80810FF0; // size:0x100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue