skyline/app/src/main
Billy Laws f1a28f7a1c Fix the behaviour of svcQueryMemory and allow getting the extents of
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.
2020-07-09 14:08:58 +00:00
..
cpp Fix the behaviour of svcQueryMemory and allow getting the extents of 2020-07-09 14:08:58 +00:00
java/emu/skyline Use new android R APIs for hiding insets 2020-07-08 20:11:55 +00:00
res Implement pl:u for accessing shared fonts 2020-07-06 19:17:02 +00:00
AndroidManifest.xml Use new android R APIs for hiding insets 2020-07-08 20:11:55 +00:00