From c310511fe242634b02c3e8e7e0b34b07bd233fd1 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sun, 3 Nov 2024 10:51:55 -0800 Subject: [PATCH] DLDI patch flashcard-specific targets This is probably not needed as users are likely to use another bootloader, but it's useful nonetheless particularly for the DSTT which may not need such a thing. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5695ff5..c5e72bd 100644 --- a/Makefile +++ b/Makefile @@ -65,18 +65,21 @@ $(TARGET)_ak2.nds : $(NITRO_FILES) arm7/$(TARGET).elf arm9_ak2/$(TARGET).elf ndstool -c $@ -7 arm7/$(TARGET).elf -9 arm9_ak2/$(TARGET).elf \ -b $(GAME_ICON) "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" \ $(_ADDFILES) + dlditool DLDI/ak2_sd.dldi $@ #--------------------------------------------------------------------------------- $(TARGET)_m3.nds : $(NITRO_FILES) arm7/$(TARGET).elf arm9_m3/$(TARGET).elf ndstool -c $@ -7 arm7/$(TARGET).elf -9 arm9_m3/$(TARGET).elf \ -b $(GAME_ICON) "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" \ $(_ADDFILES) + dlditool DLDI/m3ds.dldi $@ #--------------------------------------------------------------------------------- $(TARGET)_tt.nds : $(NITRO_FILES) arm7/$(TARGET).elf arm9_tt/$(TARGET).elf ndstool -c $@ -7 arm7/$(TARGET).elf -9 arm9_tt/$(TARGET).elf \ -b $(GAME_ICON) "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" \ $(_ADDFILES) + dlditool DLDI/ttio.dldi $@ #--------------------------------------------------------------------------------- $(TARGET).dsi : $(NITRO_FILES) arm7/$(TARGET).elf arm9_dsi/$(TARGET).elf