mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 01:44:38 +00:00
parent
5928eefe95
commit
23e478d67a
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ exceptions/arm11/build
|
|||||||
.settings
|
.settings
|
||||||
|
|
||||||
Luma3DS*.zip
|
Luma3DS*.zip
|
||||||
|
hbmenu.zip
|
||||||
|
|||||||
9
Makefile
9
Makefile
@ -31,16 +31,17 @@ clean:
|
|||||||
@rm -rf *.firm *.zip *.3dsx
|
@rm -rf *.firm *.zip *.3dsx
|
||||||
|
|
||||||
# boot.3dsx comes from https://github.com/fincs/new-hbmenu/releases
|
# boot.3dsx comes from https://github.com/fincs/new-hbmenu/releases
|
||||||
$(NAME)$(REVISION).zip: boot.firm boot.3dsx
|
$(NAME)$(REVISION).zip: hbmenu.zip boot.firm
|
||||||
@zip -r $@ $^ -x "*.DS_Store*" "*__MACOSX*"
|
@cp $< $@
|
||||||
|
@zip $@ boot.firm -x "*.DS_Store*" "*__MACOSX*"
|
||||||
|
|
||||||
boot.firm: $(SUBFOLDERS)
|
boot.firm: $(SUBFOLDERS)
|
||||||
@firmtool build $@ -D sysmodules/sysmodules.bin arm11/arm11.elf arm9/arm9.elf k11_extension/k11_extension.elf \
|
@firmtool build $@ -D sysmodules/sysmodules.bin arm11/arm11.elf arm9/arm9.elf k11_extension/k11_extension.elf \
|
||||||
-A 0x18180000 -C XDMA XDMA NDMA XDMA
|
-A 0x18180000 -C XDMA XDMA NDMA XDMA
|
||||||
@echo built... $(notdir $@)
|
@echo built... $(notdir $@)
|
||||||
|
|
||||||
boot.3dsx:
|
hbmenu.zip:
|
||||||
@curl -sSfLO "https://github.com/fincs/new-hbmenu/releases/latest/download/$@"
|
@curl -sSfL $(shell curl -s https://api.github.com/repos/devkitPro/3ds-hbmenu/releases/latest | grep 'browser_' | cut -d\" -f4) -o $@
|
||||||
@echo downloaded... $(notdir $@)
|
@echo downloaded... $(notdir $@)
|
||||||
|
|
||||||
$(SUBFOLDERS):
|
$(SUBFOLDERS):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user