mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-08 11:20:07 +00:00

Storing signed type causes the following behaviour: extractValue can do overflow/negative left shift. Now it only relies on two implementation-defined behaviours (which are almost always defined as we want): unsigned->signed conversion and signed right shift