mirror of
https://github.com/ApacheThunder/ntr-hb-menu.git
synced 2025-06-19 03:35:32 -04:00
add bootstrap for iSmart premium
This commit is contained in:
parent
45fbc55b50
commit
c280805f86
@ -16,7 +16,7 @@ export TOPDIR := $(CURDIR)
|
||||
#---------------------------------------------------------------------------------
|
||||
# main targets
|
||||
#---------------------------------------------------------------------------------
|
||||
all: checkarm7 checkarm9 _DS_MENU.DAT ez5sys.bin akmenu4.nds TTMENU.DAT _BOOT_MP.NDS bootstrap.cia
|
||||
all: checkarm7 checkarm9 ismat.dat _DS_MENU.DAT ez5sys.bin akmenu4.nds TTMENU.DAT _BOOT_MP.NDS bootstrap.cia
|
||||
|
||||
_DS_MENU.DAT : $(TARGET).nds
|
||||
@dlditool r4tfv2.dldi $<
|
||||
@ -38,6 +38,10 @@ _BOOT_MP.NDS : $(TARGET).nds
|
||||
@cp $< $@
|
||||
@dlditool mpcf.dldi $@
|
||||
|
||||
ismat.dat : $(TARGET).nds
|
||||
@cp $< $@
|
||||
@dlditool mati.dldi $@
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Building separate .dsi and .nds binaries here is done purely to allow the .nds
|
||||
# binary to be used to replace various flashcart boot menus.
|
||||
|
BIN
BootStrap/mati.dldi
Normal file
BIN
BootStrap/mati.dldi
Normal file
Binary file not shown.
2
Makefile
2
Makefile
@ -122,7 +122,7 @@ dist: all
|
||||
@rm -fr hbmenu
|
||||
@mkdir -p hbmenu/nds
|
||||
@cp hbmenu.nds hbmenu/BOOT.NDS
|
||||
@cp BootStrap/_BOOT_MP.NDS BootStrap/TTMENU.DAT BootStrap/_DS_MENU.DAT BootStrap/ez5sys.bin BootStrap/akmenu4.nds hbmenu
|
||||
@cp BootStrap/_BOOT_MP.NDS BootStrap/TTMENU.DAT BootStrap/_DS_MENU.DAT BootStrap/ez5sys.bin BootStrap/akmenu4.nds BootStrap/ismat.dat hbmenu
|
||||
@cp BootStrap/bootstrap.cia hbmenu
|
||||
@cp testfiles/* hbmenu/nds
|
||||
@tar -cvjf hbmenu-$(VERSION).tar.bz2 hbmenu README.md COPYING -X exclude.lst
|
||||
|
Loading…
Reference in New Issue
Block a user