mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 21:45:20 +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.