fusee: embed opt-in NCM kip

This commit is contained in:
Michael Scire
2020-03-08 00:21:01 -08:00
parent c7026b9094
commit f3732c72dc
6 changed files with 91 additions and 46 deletions

View File

@@ -202,6 +202,14 @@ _content_headers:
.asciz "spl"
.align 5
/* spl content header */
.word __ncm_kip_start__
.word __ncm_kip_size__
.word CONTENT_TYPE_KIP
.word 0xCCCCCCCC
.asciz "NCM"
.align 5
/* emummc content header */
.word __emummc_kip_start__
.word __emummc_kip_size__