Skip to content

Commit

Permalink
Fix bootloader.nds not working
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Mar 4, 2020
1 parent d2233aa commit d4a030f
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ $(TARGET).nds: $(TARGET).arm7 $(TARGET).arm9
ndstool -c $(TARGET).nds -7 $(TARGET).arm7.elf -9 $(TARGET).arm9.elf -r9 00080002 \
-b $(CURDIR)/icon.bmp "hiyaCFW;CFW for Nintendo DSi;made by Apache Thunder" \
-g HIYA 01 "HIYACFW" -z 80040000 -u 00030004
python27 fix_ndsheader.py $(TARGET).nds
cp $(TARGET).nds hiya.dsi

$(TARGET).arm7: arm7/$(TARGET).elf
Expand Down
Loading

0 comments on commit d4a030f

Please sign in to comment.