Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
SISamplingRate.h
Go to the documentation of this file.
1#ifndef SISAMPLINGRATE_H
2#define SISAMPLINGRATE_H
3
4#include "dolphin/types.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct XY {
14
16void SIRefreshSamplingRate(void);
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif /* SISAMPLINGRATE_H */
void SIRefreshSamplingRate(void)
Definition SISamplingRate.c:60
void SISetSamplingRate(u32 msec)
Definition SISamplingRate.c:27
T cLib_calcTimer(T *value)
Definition c_lib.h:74
Definition SISamplingRate.h:10
u8 count
Definition SISamplingRate.h:12
u16 line
Definition SISamplingRate.h:11
unsigned long u32
Definition types.h:10
unsigned short u16
Definition types.h:9
unsigned char u8
Definition types.h:8