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
+1
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"