SSBM Decomp
Loading...
Searching...
No Matches
DBInterface.h File Reference
#include <dolphin/os.h>

Go to the source code of this file.

Data Structures

struct  DBInterface

Functions

void DBInit (void)
void DBInitComm (int *inputFlagPtr, int *mtrCallback)
void __DBExceptionDestination (void)
void __DBExceptionDestinationAux (void)
BOOL __DBIsExceptionMarked (__OSException exception)
void __DBMarkException (u8 exception, int value)
void __DBSetPresent (u32 value)

Variables

DBInterface__DBInterface

Function Documentation

◆ DBInit()

void DBInit ( void )

◆ DBInitComm()

void DBInitComm ( int * inputFlagPtr,
int * mtrCallback )

◆ __DBExceptionDestination()

void __DBExceptionDestination ( void )

◆ __DBExceptionDestinationAux()

void __DBExceptionDestinationAux ( void )

◆ __DBIsExceptionMarked()

BOOL __DBIsExceptionMarked ( __OSException exception)

◆ __DBMarkException()

void __DBMarkException ( u8 exception,
int value )

◆ __DBSetPresent()

void __DBSetPresent ( u32 value)

Variable Documentation

◆ __DBInterface

DBInterface* __DBInterface
extern