mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
7f539b6033
Both nvidia + mesa seems not to optimize x / (2**n) to x >> n, so we do it ourself.