fusee: use pre-rendered splash screen instead of bmp

This commit is contained in:
Michael Scire
2021-01-01 16:26:00 -08:00
committed by SciresM
parent 4b09b5d5ce
commit dcfd01cf59
4 changed files with 55 additions and 54 deletions

View File

@@ -301,17 +301,6 @@ _content_headers:
.asciz "exosphere_fatal"
.align 5
/* splash_screen content header */
.word __splash_screen_bmp_start__
.word __splash_screen_bmp_size__
.byte CONTENT_TYPE_BMP
.byte CONTENT_FLAG_NONE
.byte CONTENT_FLAG_NONE
.byte CONTENT_FLAG_NONE
.word 0xCCCCCCCC
.asciz "splash_screen"
.align 5
_content_headers_end:
/* No need to include this in normal programs: */