From ab58c7ed35574da20c204a019ffcc28215a84e95 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Mon, 9 Sep 2024 12:01:15 -0700 Subject: [PATCH] treewide: update project to BlocksDS v1.4.0 - Updated Makefiles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b8c70d..c9fd66a 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ $(ROM): arm9 arm7 $(V)$(BLOCKSDS)/tools/ndstool/ndstool -c $@ \ -7 build/arm7.elf -9 build/arm9.elf \ -b $(GAME_ICON) "$(GAME_FULL_TITLE)" \ - $(NDSTOOL_FAT) + $(NDSTOOL_ARGS) sdimage: @echo " MKFATIMG $(SDIMAGE) $(SDROOT)"