dolphin/Source/Core
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
..
AudioCommon Externals: Fix OpenAL include directory. 2020-04-29 13:07:51 +02:00
Common MathUtil: Fix Rectangle::GetWidth/Height for unsigned types 2020-05-03 14:41:58 +02:00
Core Merge pull request #8787 from leoetlino/config-config 2020-05-03 14:07:41 +02:00
DiscIO Externals: Update minizip search path. 2020-04-29 12:41:36 +02:00
DolphinNoGUI Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
DolphinQt Merge pull request #8786 from JosJuice/user-style-not-path 2020-05-03 14:11:55 +02:00
InputCommon Remove redundant Config prefix from ConfigInfo/ConfigLocation 2020-05-02 14:40:14 +02:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Remove redundant Config prefix from ConfigInfo/ConfigLocation 2020-05-02 14:40:14 +02:00
UpdaterCommon Fix windows build system. 2020-04-29 12:56:52 +02:00
VideoBackends Fix windows build system. 2020-04-29 12:56:52 +02:00
VideoCommon Fix windows build system. 2020-04-29 12:56:52 +02:00
WinUpdater Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00