diff options
| author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-03 16:07:39 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 16:07:39 +0300 | 
| commit | c8a27ba3ab27ef19d8e2d3c0738b2d6f46d5d0cb (patch) | |
| tree | 799607b53d7df5f2ce6d869eba099de2aba8929c /arm9/lib/include | |
| parent | 7227f0042b46ffc463204b5d676465bcdd04df67 (diff) | |
| parent | e61df40bf88246093b97e265aa54b7dad0a101e6 (diff) | |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'arm9/lib/include')
| -rw-r--r-- | arm9/lib/include/OS_reset.h | 1 | ||||
| -rw-r--r-- | arm9/lib/include/mmap.h | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/arm9/lib/include/OS_reset.h b/arm9/lib/include/OS_reset.h index d3cb4355..fd918370 100644 --- a/arm9/lib/include/OS_reset.h +++ b/arm9/lib/include/OS_reset.h @@ -18,6 +18,7 @@ static void OSi_SendToPxi(u16 data);  void OS_ResetSystem(u32 parameter);  void OSi_DoBoot(void);  static void OSi_CpuClear32(register u32 data, register void *destp, register u32 size); +void OSi_ReloadRomData(void);  void OSi_ReadCardRom32(u32 src, void *dst, s32 len);  static inline u32 OS_GetResetParameter(void) diff --git a/arm9/lib/include/mmap.h b/arm9/lib/include/mmap.h index 386ee0e4..c43e65b6 100644 --- a/arm9/lib/include/mmap.h +++ b/arm9/lib/include/mmap.h @@ -29,6 +29,7 @@ extern u32 SDK_AUTOLOAD_DTCM_START[];  #define HW_DOWNLOAD_PARAMETER_SIZE      0x00000020  #define HW_RESET_PARAMETER_BUF  (HW_MAIN_MEM + 0x007ffc20) +#define HW_ROM_BASE_OFFSET_BUF  (HW_MAIN_MEM + 0x007ffc2c)  #define HW_WM_BOOT_BUF          (HW_MAIN_MEM + 0x007ffc40)  #define HW_ARENA_INFO_BUF       (HW_MAIN_MEM + 0x007ffda0)      // Arena data structure  #define HW_ROM_HEADER_BUF       (HW_MAIN_MEM + 0x007ffe00)      // ROM registration area data buffer | 
