mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 20:21:14 +01:00
745cb208a6
The deswizzling implementation currently writes linearly and reads non-linearly, this is non optimal as the MMU cannot read ahead. This flips that and reads linearly while it writes non-linearly. This is based on: 324a3624ac/nx/source/display/framebuffer.c (L189)
.