SSBM Decomp
Loading...
Searching...
No Matches
__pad.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_PAD_INTERNAL_H_
2#define _DOLPHIN_PAD_INTERNAL_H_
3
4typedef void (*PADCallback)(void);
5
7void SIRefreshSamplingRate(void);
8int SIIsChanBusy(int);
9
10#endif
void SIRefreshSamplingRate(void)
Definition pad.c:676
static PADCallback PADSetSamplingCallback(PADCallback)
int SIIsChanBusy(int)
Definition OSSerial.c:54
void(* PADCallback)(void)
Definition __pad.h:4