dolphin/Source/Core
comex a9f9e81330 Use double braces for std:array initialization to avoid clang warning.
std::array does not have an initializer list constructor, instead (for
some reason) being defined to contain one public array member, allowing
it to be directly initialized.  Thus the most explicit way to initialize
it is with two braces, one for the struct and one for the array.  C++
allows the second pair of braces to be omitted, but clang complains
about it.
2014-10-25 15:39:24 -04:00
..
AudioCommon Fixes OpenSLES's sample rate. 2014-10-23 11:29:49 -05:00
Common Merge pull request #1364 from RachelBryk/titles 2014-10-25 13:33:26 +11:00
Core Merge pull request #1375 from Sonicadvance1/ARMv7-optimizations 2014-10-25 08:28:10 -05:00
DiscIO VolumeCreator: Make master key arrays static 2014-10-12 15:07:39 -04:00
DolphinQt DolphinQt: Stub Host_* functions & Resource system. 2014-10-19 15:36:37 -04:00
DolphinWX Use double braces for std:array initialization to avoid clang warning. 2014-10-25 15:39:24 -04:00
InputCommon Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
VideoBackends Merge pull request #1322 from degasus/ogl-pp 2014-10-25 13:48:27 +11:00
VideoCommon Merge pull request #1322 from degasus/ogl-pp 2014-10-25 13:48:27 +11:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00