mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 15:55:31 +01:00
9807cf0b82
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.