|
SSBM Decomp
|
#include <dolphin.h>#include <stdio.h>#include <dolphin/os.h>#include "__os.h"#include "dolphin/os/OSThread.h"Functions | |
| void | OSReport (char *msg,...) |
| void | OSPanic (const char *file, int line, const char *msg,...) |
| OSErrorHandler | OSSetErrorHandler (OSError error, OSErrorHandler handler) |
| void | __OSUnhandledException (unsigned char exception, struct OSContext *context, unsigned long dsisr, unsigned long dar) |
Variables | |
| OSErrorHandler | OSErrorTable [15] |
| void OSReport | ( | char * | msg, |
| ... ) |
| void OSPanic | ( | const char * | file, |
| int | line, | ||
| const char * | msg, | ||
| ... ) |
| OSErrorHandler OSSetErrorHandler | ( | OSError | error, |
| OSErrorHandler | handler ) |
| void __OSUnhandledException | ( | unsigned char | exception, |
| struct OSContext * | context, | ||
| unsigned long | dsisr, | ||
| unsigned long | dar ) |
| OSErrorHandler OSErrorTable[15] |