mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-05 07:13:07 +02: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.