mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-24 09:53:30 +03:00
`CreateMirror` is limited to creating a mirror of a single contiguous region which does not work when creating a contiguous mirror of multiple non-contiguous regions. To support this functionality, `CreateMirrors` which expects a list of page-aligned regions and maps them into a contiguous mirror.