Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
SISteering.c File Reference

Functions

static void DefaultCallback (s32, s32)
 
static s32 SISteeringBegin (SISteeringControl *sc, SISteeringCallback callback)
 
static void ResetProc (s32 chan)
 
static int OnReset (BOOL final)
 
void SIInitSteering (void)
 
s32 SIResetSteeringAsync (s32 chan, SISteeringCallback callback)
 
s32 SIResetSteering (s32 chan)
 

Variables

SISteeringControl __SISteering [4]
 
BOOL __SIResetSteering
 
static OSResetFunctionInfo ResetFunctionInfo = {OnReset, 127}
 

Function Documentation

◆ DefaultCallback()

static void DefaultCallback ( s32 ,
s32  )
static

◆ OnReset()

static int OnReset ( BOOL final)
static

◆ ResetProc()

static void ResetProc ( s32 chan)
static

◆ SIInitSteering()

void SIInitSteering ( void )

◆ SIResetSteering()

s32 SIResetSteering ( s32 chan)

◆ SIResetSteeringAsync()

s32 SIResetSteeringAsync ( s32 chan,
SISteeringCallback callback )

◆ SISteeringBegin()

static s32 SISteeringBegin ( SISteeringControl * sc,
SISteeringCallback callback )
static

Variable Documentation

◆ __SIResetSteering

BOOL __SIResetSteering

◆ __SISteering

SISteeringControl __SISteering[4]

◆ ResetFunctionInfo

OSResetFunctionInfo ResetFunctionInfo = {OnReset, 127}
static