forked from dolphin-emu/dolphin
07ab79db64
`std::abs(x - y)` where x and y are unsigned integers fails to compile with an "call of overloaded 'abs(unsigned int)' is ambiguous" error on GCC, and even if it did compile, that expression still wouldn't give the correct result since `x - y` is unsigned.
3.6 KiB
3.6 KiB