mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-16 01:08:45 +03:00
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)
.