mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-20 19:00:29 -05:00
The result of calls to PPCSTATE_OFF_PS0/1 were being cast to u32 and passed to functions expecting s32 parameters. This changes the casts to s32 instead. One location was missing a cast and generated a warning with VS which is now fixed.