fusee: integrate mariko fatal.

This commit is contained in:
Michael Scire
2020-11-20 23:20:48 -08:00
committed by SciresM
parent 06dcc6bc17
commit 078a42f80c
6 changed files with 62 additions and 6 deletions

View File

@@ -107,6 +107,7 @@ _metadata:
#define CONTENT_TYPE_EMC 8
#define CONTENT_TYPE_KLD 9
#define CONTENT_TYPE_KRN 10
#define CONTENT_TYPE_EXF 11
#define CONTENT_FLAG_NONE (0 << 0)
@@ -289,6 +290,18 @@ _content_headers:
.asciz "emummc"
.align 5
/* exosphere mariko fatal program content header */
.word __mariko_fatal_bin_start__
.word __mariko_fatal_bin_size__
.byte CONTENT_TYPE_EXF
.byte CONTENT_FLAG_NONE
.byte CONTENT_FLAG_NONE
.byte CONTENT_FLAG_NONE
.word 0xCCCCCCCC
.asciz "exosphere_fatal"
.align 5
/* splash_screen content header */
.word __splash_screen_bmp_start__
.word __splash_screen_bmp_size__