summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/memory_layout.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* memory_layout: Remove unused data memberLioncash2020-07-131-2/+0
| | | | | This isn't used, so it can be removed entirely, shrinking the structure size by 8 bytes.
* kernel: memory: Add MemoryLayout class, to build physical memory layout.bunnei2020-04-171-0/+73