From 9fa0a7f1da1b70bee995f53c6c96c43189018772 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 1 Feb 2023 18:45:02 -0400 Subject: global: Import Dolphin SDK This version comes from the Metroid Prime decompilation project. https://github.com/PrimeDecomp/prime --- include/dolphin/dvd_regs.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/dolphin/dvd_regs.h (limited to 'include/dolphin/dvd_regs.h') diff --git a/include/dolphin/dvd_regs.h b/include/dolphin/dvd_regs.h new file mode 100644 index 0000000..85be468 --- /dev/null +++ b/include/dolphin/dvd_regs.h @@ -0,0 +1,6 @@ +#ifndef _DOLPHIN_DVD_REGS +#define _DOLPHIN_DVD_REGS + +vu32 __DIRegs[16] : 0xCC006000; + +#endif // _DOLPHIN_DVD_REGS -- cgit v1.2.3-13-gbd6f