diff --git a/include/c3d/texture.h b/include/c3d/texture.h index f5d2e35..5500a8e 100644 --- a/include/c3d/texture.h +++ b/include/c3d/texture.h @@ -41,7 +41,7 @@ typedef struct }; } C3D_Tex; -typedef struct ALIGN(8) +typedef struct CTR_ALIGN(8) { u16 width; u16 height;