mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-15 11:28:44 +03:00
We have support for overlapping buffers which allows us to merge a lot of smaller buffers located on a single page into a single larger buffer which allows for better performance. It additionally ensures that all host buffers match the alignment guarantees of the guest and adequately fulfill host alignment requirements.