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