mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-04 20:00:43 -04:00
1<<31 is not 2^31 because 1 is a signed int in C; this bug affected both the JIT and interpreter quantized store implementations, though I don't know if any games were actually affected.