summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PostProcessing.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-07-08 18:13:27 -0400
committerLioncash <mathew1800@gmail.com>2019-07-09 14:19:38 -0400
commitd4d485b692cee326126e003950c582c08de18916 (patch)
treef92434d9f538cf1ca25a04c8fc82bb08bc5118f9 /Source/Core/VideoCommon/PostProcessing.cpp
parenta9a9b193bb864b540b7db65be2663cd31cb3a793 (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon/PostProcessing.cpp')
0 files changed, 0 insertions, 0 deletions