diff options
| author | 2015-05-08 16:51:48 -0300 | |
|---|---|---|
| committer | 2015-05-08 22:11:44 -0300 | |
| commit | 2af30d465fa4e9c3421f01b557141673eb0a2115 (patch) | |
| tree | ebbbbee64f504163feddf312a6844a58c5c5052a /src/core/mem_map.h | |
| parent | Common: Add BIT macro (diff) | |
| download | yuzu-2af30d465fa4e9c3421f01b557141673eb0a2115.tar.gz yuzu-2af30d465fa4e9c3421f01b557141673eb0a2115.tar.xz yuzu-2af30d465fa4e9c3421f01b557141673eb0a2115.zip | |
Process: Support parsing of exheader kernel caps
Diffstat (limited to 'src/core/mem_map.h')
| -rw-r--r-- | src/core/mem_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h index 1fb77c94a..fb582d65a 100644 --- a/src/core/mem_map.h +++ b/src/core/mem_map.h | |||
| @@ -10,6 +10,8 @@ namespace Memory { | |||
| 10 | 10 | ||
| 11 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 11 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
| 12 | 12 | ||
| 13 | const u32 PAGE_SIZE = 0x1000; | ||
| 14 | |||
| 13 | enum : u32 { | 15 | enum : u32 { |
| 14 | BOOTROM_SIZE = 0x00010000, ///< Bootrom (super secret code/data @ 0x8000) size | 16 | BOOTROM_SIZE = 0x00010000, ///< Bootrom (super secret code/data @ 0x8000) size |
| 15 | BOOTROM_PADDR = 0x00000000, ///< Bootrom physical address | 17 | BOOTROM_PADDR = 0x00000000, ///< Bootrom physical address |