mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Add 64-byte alignment requirement to the buffers segment (#247)
This commit is contained in:
parent
8b6e86649d
commit
4fb01c6b21
1 changed files with 1 additions and 0 deletions
1
spec
1
spec
|
@ -536,6 +536,7 @@ endseg
|
||||||
|
|
||||||
beginseg
|
beginseg
|
||||||
name "buffers"
|
name "buffers"
|
||||||
|
align 0x40
|
||||||
include "build/src/buffers/zbuffer.o"
|
include "build/src/buffers/zbuffer.o"
|
||||||
include "build/src/buffers/gfxbuffers.o"
|
include "build/src/buffers/gfxbuffers.o"
|
||||||
include "build/src/buffers/heaps.o"
|
include "build/src/buffers/heaps.o"
|
||||||
|
|
Loading…
Reference in a new issue