mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 21:41:14 +01:00
65d5a3bce5
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.