dolphin/Source/Core
Lioncash 8dcb05802b ShaderManagers: Use aggregate initialization for some variables.
These provide the same semantics, however aggregate initialization
doesn't force the structs to be trivially copyable. memset, on the other
hand, does.
2016-12-10 17:33:51 -05:00
..
AudioCommon Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
Common Common: Add alignment header 2016-12-06 20:33:53 +01:00
Core Merge pull request #4492 from aldelaro5/gc-mic-ui-reimplement 2016-12-09 14:53:47 -06:00
DiscIO Common: Add alignment header 2016-12-06 20:33:53 +01:00
DolphinQt2 DolphinQt2: InfoWidget: explicit type for std::min 2016-12-02 21:26:18 -08:00
DolphinWX Merge pull request #4492 from aldelaro5/gc-mic-ui-reimplement 2016-12-09 14:53:47 -06:00
InputCommon Merge pull request #4362 from ligfx/osxhotplug 2016-12-01 00:29:56 -06:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Common: Add alignment header 2016-12-06 20:33:53 +01:00
VideoCommon ShaderManagers: Use aggregate initialization for some variables. 2016-12-10 17:33:51 -05:00
CMakeLists.txt