mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-23 11:34:56 +01: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.