From 00396e8a997f6e8f52395821b66b9a881e09ab84 Mon Sep 17 00:00:00 2001 From: fincs Date: Sat, 28 Oct 2023 21:57:00 +0200 Subject: [PATCH] Fix for libctru v2.3.0 --- include/c3d/texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;