dolphin/Source/Core
Lioncash b1b9c6aa1e Common/DebugInterface: Default virtual destructor
While we're at it, we can also default the constructor and destructor of
inheriting classes in their respective cpp file to prevent the
construction and destruction of non-trivial types being inlined into
other regions of code.
2019-07-08 17:44:58 -04:00
..
AudioCommon Merge pull request #8135 from lioncash/cmake 2019-05-31 14:03:12 +02:00
Common Common/DebugInterface: Default virtual destructor 2019-07-08 17:44:58 -04:00
Core Common/DebugInterface: Default virtual destructor 2019-07-08 17:44:58 -04:00
DiscIO Common/MsgHandler: Namespace code within the Common namespace 2019-06-19 16:03:55 -04:00
DolphinNoGUI Make DolphinAnalytics a true singleton - static local variables are initialized in a thread safe manner since C++11 2019-06-23 21:43:47 +02:00
DolphinQt Merge pull request #8219 from Pokechu22/float-watch 2019-06-30 11:34:29 +10:00
InputCommon InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Merge pull request #8194 from lioncash/common-msg 2019-06-20 13:37:24 +02:00
UpdaterCommon UpdaterCommon: Hide Updater before Dolphin quits 2019-06-23 19:47:18 +02:00
VideoBackends VideoCommon/Statistics: Use std::array for projection values 2019-06-20 08:06:20 -04:00
VideoCommon Merge pull request #8128 from altimumdelta/FrameDumpUpgradePrep1 2019-06-30 21:13:19 +10:00
WinUpdater WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00