Skip to content

Commit

Permalink
Makefile: fix r4dspro.com target DLDI patching wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Jan 23, 2024
1 parent b717f44 commit 3eeb278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ r4dspro.com/_ds_menu.dat: akmenu4.nds
@echo "Make AK2 (broken CMD25)"
@[ -d r4dspro.com ] || mkdir -p r4dspro.com
@cp $< $@
$(V)$(BLOCKSDS)/tools/dldipatch/dldipatch patch "DLDI/ak2_sd_singlewrite.dldi" $<
$(V)$(BLOCKSDS)/tools/dldipatch/dldipatch patch "DLDI/ak2_sd_singlewrite.dldi" $@

ttmenu.dat: $(ROM_02000450)
@echo "Make DSTT"
Expand Down

0 comments on commit 3eeb278

Please sign in to comment.