mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-24 20:15:28 +01: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.