From a0108c16304cea910e9c9913211d9b505436bc6b Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Sat, 15 Feb 2025 22:37:58 +0100 Subject: [PATCH] fix missing braces in n64dd_error_textures.c --- src/n64dd/n64dd_error_textures.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/n64dd/n64dd_error_textures.c b/src/n64dd/n64dd_error_textures.c index 31bec12e7f..d5252640a9 100644 --- a/src/n64dd/n64dd_error_textures.c +++ b/src/n64dd/n64dd_error_textures.c @@ -1,15 +1,19 @@ #include "ultra64.h" u64 gN64DDError41Texs[2][0x600 / sizeof(u64)] = { + { #include "assets/n64dd/error_textures/gN64DDError41JPNTex.i4.u64.inc.c" - , + }, + { #include "assets/n64dd/error_textures/gN64DDError41ENGTex.i4.u64.inc.c" - , + }, }; u64 gN64DDPleaseReadManualTexs[2][0x2800 / sizeof(u64)] = { + { #include "assets/n64dd/error_textures/gN64DDPleaseReadManualJPNTex.i4.u64.inc.c" - , + }, + { #include "assets/n64dd/error_textures/gN64DDPleaseReadManualENGTex.i4.u64.inc.c" - , + }, };