dolphin/Source/Core
Lioncash d4d485b692 Common/DebugInterface: Make return value of GetColor() a u32
At its only usage point, its return value is stored into a u32, and the
default implementation returns 0xFFFFFFFF (-1), which would be an
unsigned integer. Given all of the bits are used to determine a color,
it makes slightly more sense to treat this as an unsigned value as
opposed to a signed one.
2019-07-09 14:19:38 -04:00
..
AudioCommon Merge pull request #8135 from lioncash/cmake 2019-05-31 14:03:12 +02:00
Common Common/DebugInterface: Make return value of GetColor() a u32 2019-07-09 14:19:38 -04:00
Core Common/DebugInterface: Make return value of GetColor() a u32 2019-07-09 14:19:38 -04:00
DiscIO Common/MsgHandler: Namespace code within the Common namespace 2019-06-19 16:03:55 -04:00
DolphinNoGUI Make DolphinAnalytics a true singleton - static local variables are initialized in a thread safe manner since C++11 2019-06-23 21:43:47 +02:00
DolphinQt Common/DebugInterface: Make return value of GetColor() a u32 2019-07-09 14:19:38 -04:00
InputCommon InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
MacUpdater
UICommon Merge pull request #8194 from lioncash/common-msg 2019-06-20 13:37:24 +02:00
UpdaterCommon UpdaterCommon: Hide Updater before Dolphin quits 2019-06-23 19:47:18 +02:00
VideoBackends VideoCommon/Statistics: Use std::array for projection values 2019-06-20 08:06:20 -04:00
VideoCommon Merge pull request #8128 from altimumdelta/FrameDumpUpgradePrep1 2019-06-30 21:13:19 +10:00
WinUpdater WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00