dolphin/Source/Core
Léo Lam 8bb08d1ca6 BTReal: Fix unsafe reinterpret_casts
Using reinterpret_cast like that is possibly UB.
Replace them with structs/memcpy calls where applicable.
2018-06-09 23:04:04 +02:00
..
AudioCommon AudioCommon: Implement WASAPI 2018-05-26 13:08:10 +02:00
Common Merge pull request #6928 from leoetlino/random 2018-06-08 00:41:08 +09:00
Core BTReal: Fix unsafe reinterpret_casts 2018-06-09 23:04:04 +02:00
DiscIO Qt/FilesystemWidget: Add size column 2018-06-02 18:59:56 +02:00
DolphinNoGUI Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
DolphinQt2 Merge pull request #7088 from Ebola16/TFD 2018-06-07 16:50:15 +02:00
DolphinWX Add OSD message for Volume Hotkeys 2018-06-06 17:11:43 +02:00
InputCommon Add hotplug support to SDL2 controller backend 2018-06-04 17:50:08 +02:00
UICommon Merge pull request #7075 from Ebola16/DumpObjects 2018-06-06 15:20:14 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Merge pull request #7075 from Ebola16/DumpObjects 2018-06-06 15:20:14 +02:00
VideoCommon Add OSD message for Volume Hotkeys 2018-06-06 17:11:43 +02:00
CMakeLists.txt