summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/address_space_info.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* address_space_info: Make use of designated initializersLioncash2020-07-131-24/+5
| | | | | We can alter the structure so that we can use designated initializers in the array, eliminating the comments that indicate their field names.
* Merge pull request #3881 from lioncash/mem-warningbunnei2020-05-051-1/+0
|\ | | | | kernel/memory: Resolve several compiler warnings
| * kernel/memory: Remove unused includesLioncash2020-05-031-1/+0
| | | | | | | | | | Prevents header churn and needing to recompile these files if these headers are ever changed in the future.
* | kernel/memory: Amend potential encoding warningsLioncash2020-05-031-2/+2
|/ | | | | | | While èis generally representable in some language encodings, in some it isn't and will result in compilation warnings occurring. To remain friendly with other language's codepages on Windows, we normalize it to an ASCII e.
* memory: Add copyright notice for Atmosphere where applicable.bunnei2020-04-171-0/+3
|
* kernel: memory: Add AddressSpaceInfo class, for managing the memory address space.bunnei2020-04-171-0/+51