mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-21 06:06:25 +00:00
Left shifting a negative left-hand operand is undefined behavior per section 5.8.2 of the C++11 standard.
Left shifting a negative left-hand operand is undefined behavior per section 5.8.2 of the C++11 standard.