dolphin/Source
Léo Lam 07ab79db64 MathUtil: Fix Rectangle::GetWidth/Height for unsigned types
`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.
2020-05-03 14:41:58 +02:00
..
Android Android: Fix MenuTag typo 2020-04-27 17:33:03 -04:00
Core MathUtil: Fix Rectangle::GetWidth/Height for unsigned types 2020-05-03 14:41:58 +02:00
DSPSpy
DSPTool Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
PCH
UnitTests Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
VSProps Externals: Fix OpenAL include directory. 2020-04-29 13:07:51 +02:00
.clang-format
CMakeLists.txt
dolphin-emu.sln Externals: Add libLZMA. 2020-04-24 15:18:09 +02:00