Skip to content

Commit

Permalink
move to new img asset inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Jan 8, 2024
1 parent 13a5da2 commit 4cb2c71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/crash_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "PR/os_internal_thread.h"
#include "libc/xstdio.h"
#include "gcc/string.h"
#include "include_asset.h"

typedef struct {
/* 0x000 */ OSThread thread;
Expand All @@ -26,7 +27,7 @@ u8 gCrashScreencharToGlyph[128] = {
};

#if VERSION_US
#include "crash_screen/font.png.inc.c"
INCLUDE_IMG("crash_screen/font.png", gCrashScreenFont);
#else
u32 gCrashScreenFont[] = {
0x70871C30, 0x8988A250, 0x88808290, 0x88831C90, 0x888402F8, 0x88882210, 0x71CF9C10, 0xF9CF9C70, 0x8228A288,
Expand Down

0 comments on commit 4cb2c71

Please sign in to comment.