Data Structures | |
struct | CrashScreen |
Functions | |
void | crash_screen_sleep (s32 ms) |
void | crash_screen_draw_rect (s32 x, s32 y, s32 width, s32 height) |
void | crash_screen_draw_glyph (s32 x, s32 y, s32 glyph) |
char * | crash_screen_copy_to_buf (char *dest, const char *src, size_t size) |
void | crash_screen_printf (s32 x, s32 y, const char *fmt,...) |
void | crash_screen_print_fpr (s32 x, s32 y, s32 regNum, void *addr) |
void | crash_screen_print_fpcsr (u32 value) |
void | crash_screen_draw (OSThread *faultedThread) |
OSThread * | crash_screen_get_faulted_thread (void) |
void | crash_screen_thread_entry (void *unused) |
void | crash_screen_set_draw_info (u16 *frameBufPtr, s16 width, s16 height) |
void | crash_screen_init (void) |
void | crash_screen_printf_with_bg (s16 x, s16 y, const char *fmt,...) |
Variables | |
BSS CrashScreen | gCrashScreen |
u8 | gCrashScreencharToGlyph [128] |
u32 | gCrashScreenFont [] |
const char * | gFaultCauses [18] |
const char * | gFPCSRFaultCauses [6] |
struct CrashScreen |
Referenced by crash_screen_printf(), and crash_screen_printf_with_bg().
Referenced by crash_screen_thread_entry().
Referenced by crash_screen_printf(), and crash_screen_printf_with_bg().
Referenced by crash_screen_draw(), and crash_screen_printf_with_bg().
Referenced by crash_screen_thread_entry().
Referenced by boot_main().
Referenced by crash_screen_draw().
Referenced by crash_screen_draw().
Referenced by crash_screen_draw(), crash_screen_print_fpcsr(), and crash_screen_print_fpr().
Referenced by gfx_draw_frame().
Referenced by crash_screen_draw().
Referenced by crash_screen_init().
BSS CrashScreen gCrashScreen |
u8 gCrashScreencharToGlyph[128] |
Referenced by crash_screen_printf(), and crash_screen_printf_with_bg().
u32 gCrashScreenFont[] |
Referenced by crash_screen_draw_glyph().
Referenced by crash_screen_draw().
Referenced by crash_screen_print_fpcsr().