mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 01:55:19 +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.