Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
__si.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_SI_INTERNAL_H_
2#define _DOLPHIN_SI_INTERNAL_H_
3
4#include <dolphin/types.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void __SISteeringEnable(s32 chan);
11s32 __SISteeringTransfer(s32 chan, u32 outputBytes, u32 inputBytes, void (*proc)(s32));
14void __SISteeringDisable(s32 chan);
15void __SITestSamplingRate(u32 tvmode);
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif
void __SITestSamplingRate(u32 tvmode)
Definition SISamplingRate.c:83
void __SISteeringEnable(s32 chan)
Definition SISteeringAuto.c:7
void __SISteeringSyncCallback(s32 chan, s32)
s32 __SISteeringSync(s32 chan)
Definition SISteeringXfer.c:47
s32 __SISteeringTransfer(s32 chan, u32 outputBytes, u32 inputBytes, void(*proc)(s32))
Definition SISteeringXfer.c:104
void __SISteeringDisable(s32 chan)
Definition SISteeringAuto.c:23
unsigned long u32
Definition types.h:9
signed long s32
Definition types.h:8