dolphin/Source/Core/DolphinWX
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 Android: Silence some more warnings. 2014-09-22 17:45:42 -04:00
Cheats Use double braces for std:array initialization to avoid clang warning. 2014-10-25 15:39:24 -04:00
Debugger Cleans up the JIT block viewer in the WX UI. 2014-10-21 12:27:59 -05:00
GLInterface Fixes black screen issue on EGL+X11 systems. 2014-10-23 08:06:42 -05:00
resources
AboutDolphin.cpp
AboutDolphin.h
ARCodeAddEdit.cpp
ARCodeAddEdit.h
CMakeLists.txt Fixes packaging OS X binary with spaces in the directory name. 2014-10-25 10:51:54 -05:00
ConfigMain.cpp Disable skip bios option if no bios files exists. 2014-10-20 14:17:19 -04:00
ConfigMain.h Added Dump Frames/Audio to Movie Menu 2014-10-11 12:31:02 -04:00
DolphinWX.rc
DolphinWX.vcxproj DolphinWX: Split cheat window components into their own source files 2014-10-18 21:32:33 -04:00
DolphinWX.vcxproj.filters Merge pull request #1334 from lioncash/cheats 2014-10-21 13:43:06 +11:00
DolphinWX.vcxproj.user
FifoPlayerDlg.cpp
FifoPlayerDlg.h
Frame.cpp Moved Input Display to Movie Menu 2014-10-17 21:08:34 -04:00
Frame.h Moved Input Display to Movie Menu 2014-10-17 21:08:34 -04:00
FrameAui.cpp
FrameTools.cpp Merge pull request #1334 from lioncash/cheats 2014-10-21 13:43:06 +11:00
GameListCtrl.cpp Read game title from ini file, or titles.txt if it exists. 2014-10-22 22:19:40 -04:00
GameListCtrl.h Replaced generalized instances of GCM with ISO 2014-09-28 19:53:05 -04:00
Globals.h Moved Input Display to Movie Menu 2014-10-17 21:08:34 -04:00
HotkeyDlg.cpp DolphinWX: Make WXInputBase part of the WxUtils namespace. 2014-10-05 05:31:48 -04:00
HotkeyDlg.h
Info.plist.in
InputConfigDiag.cpp ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() 2014-10-15 09:29:25 -04:00
InputConfigDiag.h
InputConfigDiagBitmaps.cpp
ISOFile.cpp Rename m_names to m_banner_names 2014-10-07 19:14:11 -04:00
ISOFile.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
ISOProperties.cpp Merge pull request #1292 from FioraAeterna/enablebats 2014-10-21 02:26:49 -04:00
ISOProperties.h Add FPRF interface option, change from EnableFPRF to just FPRF 2014-10-17 19:06:18 -07:00
LogConfigWindow.cpp Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
LogConfigWindow.h
LogWindow.cpp
LogWindow.h
Main.cpp Debug: fix disable block linking option 2014-10-08 19:03:25 -07:00
Main.h
MainAndroid.cpp Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00
MainNoGUI.cpp Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
MemcardManager.cpp
MemcardManager.h
NetWindow.cpp Updated Netplay to use GetName() 2014-10-07 19:05:38 -04:00
NetWindow.h
PatchAddEdit.cpp
PatchAddEdit.h
PostProcessingConfigDiag.cpp
PostProcessingConfigDiag.h
resource.h
SoftwareVideoConfigDialog.cpp Move bDumpFrames to SConfig (and it's references) 2014-10-12 23:56:16 -04:00
SoftwareVideoConfigDialog.h
TASInputDlg.cpp TASInputDlg: Pass string by reference for CreateStickLayout 2014-10-19 12:36:39 -04:00
TASInputDlg.h TASInputDlg: Pass string by reference for CreateStickLayout 2014-10-19 12:36:39 -04:00
VideoConfigDiag.cpp Moved Input Display to Movie Menu 2014-10-17 21:08:34 -04:00
VideoConfigDiag.h Support the borderless fullscreen option in all backends. 2014-10-07 16:48:43 +02:00
WiimoteConfigDiag.cpp
WiimoteConfigDiag.h
WXInputBase.cpp DolphinWX: Make WXInputBase part of the WxUtils namespace. 2014-10-05 05:31:48 -04:00
WXInputBase.h DolphinWX: Make WXInputBase part of the WxUtils namespace. 2014-10-05 05:31:48 -04:00
WxUtils.cpp
WxUtils.h
X11Utils.cpp
X11Utils.h