dolphin/Source/Core/DolphinWX
Lioncash 99afd9e9d5 NetPlaySetupFrame: Use an anonymous namespace instead of static
const at file scope links internally by default, so static wasn't necessary.
The namespace gets rid of the other statics
2016-10-03 00:20:33 -04:00
..
Cheats
Config Fix advanced config panel staying disabled after TAS recording 2016-09-06 22:12:13 -04:00
Debugger Merge pull request #4187 from sepalani/debug_ascii_symbol 2016-10-02 20:57:59 -07:00
NetPlay NetPlaySetupFrame: Use an anonymous namespace instead of static 2016-10-03 00:20:33 -04:00
resources
AboutDolphin.cpp Don't force compile everything as Objective-C++ on macOS 2016-09-18 17:33:51 -07:00
AboutDolphin.h
ARCodeAddEdit.cpp
ARCodeAddEdit.h
AuiToolBar.h Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
CMakeLists.txt Check for errors when postprocessing macOS app bundle 2016-09-28 13:22:36 -04:00
ControllerConfigDiag.cpp Remove AM Baseboard 2016-08-11 12:53:44 +02:00
ControllerConfigDiag.h Remove AM Baseboard 2016-08-11 12:53:44 +02:00
DolphinWX.rc
DolphinWX.vcxproj Implement experimental Vulkan backend 2016-10-01 02:40:01 +10:00
DolphinWX.vcxproj.filters VS: Add MD5Dialog.cpp to the correct filter hierarchy 2016-07-18 17:58:40 -04:00
DolphinWX.vcxproj.user
FifoPlayerDlg.cpp FifoDataFile: Convert FifoFrameInfo's fifoData member into a vector 2016-06-29 02:54:49 -04:00
FifoPlayerDlg.h
Frame.cpp Merge pull request #4227 from ligfx/clean_objc 2016-10-02 19:42:04 -07:00
Frame.h Shut down Wii software gracefully 2016-10-01 13:06:04 +02:00
FrameAui.cpp Manually select the coresponding tab before floating a panel 2016-09-11 18:52:48 -04:00
FrameTools.cpp Merge pull request #4244 from leoetlino/stm-shutdown 2016-10-02 20:25:13 -07:00
GameListCtrl.cpp GameListCtrl: eliminate redundant elses 2016-09-30 07:13:14 -04:00
GameListCtrl.h GameListCtrl: use unique_ptr for underlying game list items 2016-09-30 07:13:09 -04:00
Globals.h Add missing IDs for the Watch window 2016-09-11 12:51:50 -04:00
Info.plist.in
InputConfigDiag.cpp InputConfigDiag: Fix a segfault caused by missing check 2016-08-15 11:31:14 +02:00
InputConfigDiag.h ControllerEmu: Split the Setting class 2016-07-12 11:42:18 +02:00
InputConfigDiagBitmaps.cpp ControllerInterface: Add RemoveDevice() 2016-07-29 17:18:37 +02:00
ISOFile.cpp Move DiscIO enums to a new file 2016-07-13 17:29:27 +02:00
ISOFile.h Move DiscIO enums to a new file 2016-07-13 17:29:27 +02:00
ISOProperties.cpp Merge pull request #4227 from ligfx/clean_objc 2016-10-02 19:42:04 -07:00
ISOProperties.h Move DiscIO enums to a new file 2016-07-13 17:29:27 +02:00
LogConfigWindow.cpp Move LogWindow/LogConfigWindow destructor logic -> OnClose 2016-09-25 17:06:46 -04:00
LogConfigWindow.h Move LogWindow/LogConfigWindow destructor logic -> OnClose 2016-09-25 17:06:46 -04:00
LogWindow.cpp LogWindow: Use emplace instead of push for the message queue 2016-10-02 23:42:38 -04:00
LogWindow.h Move LogWindow/LogConfigWindow destructor logic -> OnClose 2016-09-25 17:06:46 -04:00
Main.cpp Don't force compile everything as Objective-C++ on macOS 2016-09-18 17:33:51 -07:00
Main.h
MainNoGUI.cpp MainNoGUI: Shut down Wii software gracefully 2016-10-01 21:35:29 +02:00
MemcardManager.cpp
MemcardManager.h
PatchAddEdit.cpp
PatchAddEdit.h
PostProcessingConfigDiag.cpp
PostProcessingConfigDiag.h
resource.h
SoftwareVideoConfigDialog.cpp VideoCommon: Drop GetConfigName. 2016-06-26 12:34:59 +02:00
SoftwareVideoConfigDialog.h VideoCommon: Drop GetConfigName. 2016-06-26 12:34:59 +02:00
TASInputDlg.cpp TASInputDlg: Fix inputs "sticking" after closing 2016-08-14 05:13:33 +10:00
TASInputDlg.h
VideoConfigDiag.cpp VideoCommon: Add config fields for multithreading and validation layers 2016-10-01 01:09:12 +10:00
VideoConfigDiag.h VideoCommon: Drop GetConfigName. 2016-06-26 12:34:59 +02:00
WXInputBase.cpp
WXInputBase.h
WxUtils.cpp Don't force compile everything as Objective-C++ on macOS 2016-09-18 17:33:51 -07:00
WxUtils.h
X11Utils.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
X11Utils.h