mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-30 10:07:55 +03:00
e72fe02c15
This can be inlined by the compiler much easier which helps perf a fair bit due to the number of times buffers are looked up, also avoids the need for small vector construction that was done in the previous fast-path.