summaryrefslogtreecommitdiff
path: root/include/dolphin/__start.h
blob: 07bb2bf62873c1f2fae1e700ba97498e4da10abf (plain)
1
2
3
4
5
6
unsigned short Pad3Button : 0x800030e4;

extern int main(int argc, char **argv);

__declspec(section ".init") void __check_pad3(void);
__declspec(section ".init") void __start(void);