diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-09 22:30:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 22:30:09 +0300 |
commit | 912f95b5d5125f1d20b80c9909527259c09c1262 (patch) | |
tree | 9d4fb9b4cee8f4b3697f9103e28897d7cd225de2 /include/nitro/consts_shared.h | |
parent | f58a454f545497f6cb0a2a0d97778fd31788e13b (diff) | |
parent | c8f98c38d5baf6bf86531188b1a6ff0745d8d8c9 (diff) |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'include/nitro/consts_shared.h')
-rw-r--r-- | include/nitro/consts_shared.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nitro/consts_shared.h b/include/nitro/consts_shared.h index e515831e..a7fd9dcf 100644 --- a/include/nitro/consts_shared.h +++ b/include/nitro/consts_shared.h @@ -14,6 +14,7 @@ #define POKEDIAMOND_CONSTS_SHARED_H #include "nitro/types.h" +#include "nitro/mmap_shared.h" //Shared Consts @@ -23,4 +24,6 @@ #define HW_PSR_DISABLE_IRQ 0x80 // Disable IRQ #define HW_PSR_DISABLE_IRQ_FIQ 0xc0 // Disable FIQ and IRQ +#define OSi_GetArenaInfo() (*(OSArenaInfo*)HW_ARENA_INFO_BUF) + #endif //POKEDIAMOND_CONSTS_SHARED_H |