From a88ef2fde041e5d733b5cbe2728b15ca149d1671 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 28 Jan 2023 09:31:59 -0400 Subject: Initial commit --- include/dolphin/__start.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/dolphin/__start.h (limited to 'include/dolphin/__start.h') diff --git a/include/dolphin/__start.h b/include/dolphin/__start.h new file mode 100644 index 0000000..07bb2bf --- /dev/null +++ b/include/dolphin/__start.h @@ -0,0 +1,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); -- cgit v1.2.3-13-gbd6f