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
..
Android MsgHandler: small cleanup 2017-08-03 13:29:59 -07:00
Core TransformUnit: Get rid of pointer casting in TransformColor() where applicable 2017-08-06 19:04:31 -04:00
DSPSpy
DSPTool
PCH
UnitTests DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
VSProps
.clang-format
CMakeLists.txt
dolphin-emu.sln