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
..
2019-05-24 14:39:15 +02:00
2018-07-07 00:48:38 +02:00
2018-07-07 00:48:38 +02:00
2019-06-29 12:04:20 -07:00
2019-06-29 12:04:20 -07:00