mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-22 12:34:47 +00:00
fusee: fix typos in NCM's content header
This commit is contained in:
parent
f7fb689412
commit
88cad934ff
1 changed files with 3 additions and 3 deletions
|
@ -202,12 +202,12 @@ _content_headers:
|
|||
.asciz "spl"
|
||||
.align 5
|
||||
|
||||
/* spl content header */
|
||||
/* ncm content header */
|
||||
.word __ncm_kip_start__
|
||||
.word __ncm_kip_size__
|
||||
.word CONTENT_TYPE_KIP
|
||||
.word 0xCCCCCCCC
|
||||
.asciz "NCM"
|
||||
.asciz "ncm"
|
||||
.align 5
|
||||
|
||||
/* emummc content header */
|
||||
|
@ -252,4 +252,4 @@ relocate_and_chainload:
|
|||
.type nxboot, %function
|
||||
nxboot:
|
||||
ldr sp, =__stack_top__
|
||||
b nxboot_finish
|
||||
b nxboot_finish
|
||||
|
|
Loading…
Add table
Reference in a new issue