dolphin/Source/Core/DolphinWX/Cheats
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
..
CheatSearchTab.cpp Use double braces for std:array initialization to avoid clang warning. 2014-10-25 15:39:24 -04:00
CheatSearchTab.h CheatSearchTab: Use a wxRadioBox for data sizes 2014-10-22 23:37:35 -04:00
CheatsWindow.cpp DolphinWX: Reimplement cheat listbox updating, but without a global 2014-10-18 21:36:39 -04:00
CheatsWindow.h CheatsWindow: unfriend CreateCodeDialog. 2014-10-18 21:38:17 -04:00
CreateCodeDialog.cpp DolphinWX: Reimplement cheat listbox updating, but without a global 2014-10-18 21:36:39 -04:00
CreateCodeDialog.h DolphinWX: Reimplement cheat listbox updating, but without a global 2014-10-18 21:36:39 -04:00
GeckoCodeDiag.cpp DolphinWX: Split cheat window components into their own source files 2014-10-18 21:32:33 -04:00
GeckoCodeDiag.h DolphinWX: Split cheat window components into their own source files 2014-10-18 21:32:33 -04:00