Files
dolphin/Source
Lioncash 745f92b4e5 TransformUnit: Get rid of pointer casting in TransformColor() where applicable
The casts to u32* are technically undefined behavior. The u8* cast is
left, as char/unsigned char is exempted from this rule to allow for
bvtewise inspection of objects (and this is what s8/u8 are typedefs of
on platforms we support).
2017-08-06 19:04:31 -04:00
..
2017-08-03 13:29:59 -07:00
2017-06-03 18:20:41 -07:00
2017-06-27 00:06:14 -07:00