mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-27 16:20:07 +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.