dolphin/Source
Lioncash 6ad6781bd3 WiimoteEmu: Get rid of pointer casting in extension GetState() functions
We can just memcpy the data instead of pointer-casting data, which is
alignment-safe and doesn't run afoul of aliasing rules.

Previously it also made it seem as if data itself pointed to valid
usable data, but it doesn't, it simply functions as an out parameter
where we push data built up from the GetState() functions into it.
2018-05-27 22:33:26 -04:00
..
Android Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
Core WiimoteEmu: Get rid of pointer casting in extension GetState() functions 2018-05-27 22:33:26 -04:00
DSPSpy
DSPTool
PCH
UnitTests IOSC: Implement VerifyPublicKeySign for ECC 2018-05-20 20:04:53 +02:00
VSProps Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00
.clang-format
CMakeLists.txt
dolphin-emu.sln Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00