mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-04 13:48:57 +03:00
The memcpy within `Read()` was taking up a fair amount of time, avoid this by using the mapped range in-place when the mapping isn't split.