mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00

This required a change in the denormal path where, instead of subtracting 11 before shifting left, we shift left immediately and then shift right by 11. This shouldn't affect performance.