summaryrefslogtreecommitdiff
path: root/src/JSystem/J3DGraphBase/J3DSys.cpp
diff options
context:
space:
mode:
authorLuke Street <luke.street@encounterpc.com>2023-09-23 07:27:10 -0400
committerLuke Street <luke.street@encounterpc.com>2023-09-23 07:27:10 -0400
commit53555ffbcfef497dc0a78bf365942fb2ddb5ce1e (patch)
tree4c428737d40f35ccdb05da07e0460919a760051c /src/JSystem/J3DGraphBase/J3DSys.cpp
parentd33055236182c621efb5e28acdf5dd05fd02907c (diff)
Link J3DSys
Diffstat (limited to 'src/JSystem/J3DGraphBase/J3DSys.cpp')
-rw-r--r--src/JSystem/J3DGraphBase/J3DSys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DSys.cpp b/src/JSystem/J3DGraphBase/J3DSys.cpp
index 81a58d22..c1e76c23 100644
--- a/src/JSystem/J3DGraphBase/J3DSys.cpp
+++ b/src/JSystem/J3DGraphBase/J3DSys.cpp
@@ -123,7 +123,7 @@ void J3DFifoLoadNrmMtxImm3x3(Mtx33 mtx, unsigned long idx) {
GFX_FIFO(u32) = mtx_u32[8];
}
-u8 NullTexData[16] = {
+u8 NullTexData[16] __attribute__((aligned(32))) = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
};