dolphin/Source/Core
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
..
AudioCommon AudioCommon: Implement WASAPI 2018-05-26 13:08:10 +02:00
Common CDUtils: Remove unused parameter in IsCDROM() 2018-05-27 18:48:23 -04:00
Core WiimoteEmu: Get rid of pointer casting in extension GetState() functions 2018-05-27 22:33:26 -04:00
DiscIO CDUtils: Amend function names 2018-05-27 18:48:09 -04:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 CDUtils: Amend function names 2018-05-27 18:48:09 -04:00
DolphinWX CDUtils: Amend function names 2018-05-27 18:48:09 -04:00
InputCommon THis fixes issue #08 and #16, the rumble test and slider 2018-04-19 17:48:55 -04:00
UICommon GameFileCache: Fix a comment mistake 2018-05-26 20:21:22 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends OGL: Fix EFB access in MSAA-mode 2018-05-22 15:35:20 +10:00
VideoCommon VertexLoaderArm: Fix 565 color format. 2018-05-27 11:27:15 +02:00
CMakeLists.txt