mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-06 10:50:06 +00:00

Use a new buffer management scheme in the clipper that allows using a bounded minimal amount of buffer space. Even though it copies more data it is still slightly faster likely due to using less cache.