summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/address_space_info.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3881 from lioncash/mem-warningbunnei2020-05-051-6/+6
|\ | | | | kernel/memory: Resolve several compiler warnings
| * kernel/memory: Make use of std::array consistently in address_space_infoLioncash2020-05-031-6/+6
| | | | | | | | | | This allows tuning standard library implementations to enable or disable range checks at runtime, which is nicer for debugging.
* | 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.
* core: hle: Address various feedback & code cleanup.bunnei2020-04-171-10/+12
| | | | - Should be no functional changes.
* 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/+113