mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-22 22:56:26 +00:00
abs() takes an int argument. Casting -0.5..0.5 to int always resulted in zero.
abs() takes an int argument. Casting -0.5..0.5 to int always resulted in zero.