diff options
author | red031000 <rubenru09@aol.com> | 2020-05-27 15:37:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 15:37:51 +0100 |
commit | d42cc73852cdb0cc0684bb87aaa6975d06cae02f (patch) | |
tree | 2b10d0ce38142818824cade37f32a49785a8839a /arm9/lib/include/mmap.h | |
parent | f33c888bab897bbed7682ff2a190c1a7d48e99e8 (diff) | |
parent | 445563c25984dbd4690f5deb07b4e802132c1f0b (diff) |
Merge pull request #112 from red031000/master
OS_ownerInfo
Diffstat (limited to 'arm9/lib/include/mmap.h')
-rw-r--r-- | arm9/lib/include/mmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/include/mmap.h b/arm9/lib/include/mmap.h index 207e0509..65b93e1e 100644 --- a/arm9/lib/include/mmap.h +++ b/arm9/lib/include/mmap.h @@ -98,7 +98,7 @@ typedef struct { u16 mmem_checker_subp; // 3fa-3fb: 2bytes MainMomory Size Checker for Sub processor u8 padding4[2]; // 3fc-3fd: (2bytes) u16 command_area; // 3fe-3ff: 2bytes Command Area -} OSSystemWork; +} OSSystemWork; //0x027FFC00 #define OS_GetSystemWork() ((OSSystemWork *)HW_MAIN_MEM_SYSTEM) |