mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
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. |
||
---|---|---|
.. | ||
AudioCommon | ||
Common | ||
Core | ||
DiscIO | ||
DolphinNoGUI | ||
DolphinQt | ||
InputCommon | ||
MacUpdater | ||
UICommon | ||
UpdaterCommon | ||
VideoBackends | ||
VideoCommon | ||
WinUpdater | ||
CMakeLists.txt |