summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_block.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hle: kernel: k_page_table: Update CheckMemoryState.bunnei2022-01-081-8/+28
|
* core: hle: kernel: Updated implementation of svcSetHeapSize.bunnei2021-12-281-1/+1
| | | | | - Updates our svcSetHeapSize with latest HOS, furthermore allowing heap size to properly be extended/shrunk. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_set_heap_size.cpp.
* kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-051-0/+20
| | | | Used by Skyline modding framework
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-0/+4
|
* hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei2021-02-191-0/+332