summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_address_space_info.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-19hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.bunnei1-9/+6
2020-07-13address_space_info: Make use of designated initializersLioncash1-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.
2020-05-03kernel/memory: Remove unused includesLioncash1-1/+0
Prevents header churn and needing to recompile these files if these headers are ever changed in the future.
2020-05-03kernel/memory: Amend potential encoding warningsLioncash1-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.
2020-04-17memory: Add copyright notice for Atmosphere where applicable.bunnei1-0/+3
2020-04-17kernel: memory: Add AddressSpaceInfo class, for managing the memory address space.bunnei1-0/+51