dolphin-emulator/Source
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
..
Android Fix a crash on Android when unplugging a controller during emulation. 2014-10-18 07:33:51 -05:00
Core Use double braces for std:array initialization to avoid clang warning. 2014-10-25 15:39:24 -04:00
DSPSpy
DSPTool
PCH
UnitTests Add a test for page fault handling. 2014-10-19 20:41:52 -04:00
VSProps
.clang-format
CMakeLists.txt
dolphin-emu.sln Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00