SSBM Decomp
|
#include <stdarg.h>
#include <stdio.h>
#include <dolphin/base/PPCArch.h>
#include <dolphin/dsp/dsp.h>
#include <dolphin/os.h>
#include <dolphin/os/OSError.h>
#include <dolphin/os/OSInit.h>
#include <dolphin/os/OSInterrupt.h>
#include <dolphin/os/OSThread.h>
#include <dolphin/os/OSTime.h>
Functions | |
void | OSReport (char *msg,...) |
void | OSPanic (char *file, int line, char *msg,...) |
OSErrorHandler | OSSetErrorHandler (OSError error, OSErrorHandler handler) |
void | __OSUnhandledException (u8 error, OSContext *context, u32 dsisr, u32 dar) |
Variables | |
OSErrorHandler | __OSErrorTable [16] |
void OSReport | ( | char * | msg, |
... | |||
) |
void OSPanic | ( | char * | file, |
int | line, | ||
char * | msg, | ||
... | |||
) |
OSErrorHandler OSSetErrorHandler | ( | OSError | error, |
OSErrorHandler | handler | ||
) |
OSErrorHandler __OSErrorTable[16] |