SSBM Decomp
|
Data Structures | |
struct | DebugContext |
Functions | |
int | report_func (__file_handle arg0, unsigned char *arg1, size_t *arg2, __idle_proc arg3) |
void | HSD_LogInit (void) |
void | __assert (char *str, u32 arg1, char *arg2) |
void | HSD_Panic (char *arg0, u32 line, char *arg2) |
void | HSD_SetReportCallback (ReportCallback cb) |
void | HSD_SetPanicCallback (PanicCallback cb) |
Variables | |
struct DebugContext | HSD_Debug_804C2608 |
__io_proc | logFunc |
PanicCallback | panicCallback |
ReportCallback | reportCallback |
int report_func | ( | __file_handle | arg0, |
unsigned char * | arg1, | ||
size_t * | arg2, | ||
__idle_proc | arg3 | ||
) |
void HSD_LogInit | ( | void | ) |
void __assert | ( | char * | str, |
u32 | arg1, | ||
char * | arg2 | ||
) |
void HSD_Panic | ( | char * | arg0, |
u32 | line, | ||
char * | arg2 | ||
) |
void HSD_SetReportCallback | ( | ReportCallback | cb | ) |
void HSD_SetPanicCallback | ( | PanicCallback | cb | ) |
struct DebugContext HSD_Debug_804C2608 |
__io_proc logFunc |
PanicCallback panicCallback |
ReportCallback reportCallback |