mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-28 07:55:29 +03:00
f1a28f7a1c
unmapped regions svcQueryMemory will return a valid descriptor for anything in the address space, from 0 to 1 << addrSpaceBits, this was handled incorrectly before and we were only returning descriptors if the address was in a mapped region. If an address in an unmapped region is requested then the extents of the unmapped region up to the address space end are returned. If the address requested is outside of the address space then the extents of the inaccessible address space are returned. To facilitate this support was added to MemoryManager::Get for generating the extents of unmapped regions using the chunk list. |
||
---|---|---|
.. | ||
libraries | ||
src/main | ||
.gitignore | ||
build.gradle | ||
CMakeLists.txt | ||
proguard-rules.pro |