summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/memory_block.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* kernel: memory: Improve implementation of device shared memory. (#3707)bunnei2020-04-231-3/+20
| | | | | | | * kernel: memory: Improve implementation of device shared memory. * fixup! kernel: memory: Improve implementation of device shared memory. * fixup! kernel: memory: Improve implementation of device shared memory.
* memory: Add copyright notice for Atmosphere where applicable.bunnei2020-04-171-0/+3
|
* kernel: memory: Add MemoryBlock class, for managing memory blocks and their state.bunnei2020-04-171-0/+315