mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-09 04:49:10 -06:00
The size of the buffer is now power of 2, so we can use a shift instead of a division. This was at about 2% of the global CPU usage.
The size of the buffer is now power of 2, so we can use a shift instead of a division. This was at about 2% of the global CPU usage.