1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00

Add 64-byte alignment requirement to the buffers segment (#247)

This commit is contained in:
glankk 2020-07-11 17:23:54 +02:00 committed by GitHub
parent 8b6e86649d
commit 4fb01c6b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
spec
View File

@ -536,6 +536,7 @@ endseg
beginseg
name "buffers"
align 0x40
include "build/src/buffers/zbuffer.o"
include "build/src/buffers/gfxbuffers.o"
include "build/src/buffers/heaps.o"