dolphin/Source/Core
Lioncash a7b8b15e7f DSPHLE/UCodes: Replace unnecessary virtual keywords with override
Given these HLE classes inherit from a common base with a virtual
destructor, override is more appropriate here, as virtual propagates to
these destructors anyway.

This is also safer. If the base class' destructor is ever made
non-virtual, then these classes will cause a compilation error if they
aren't taken into account, as they'd be overriding a non-virtual
function (the destructor).
2018-05-16 15:57:55 -04:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common Common: Add MemArena.h/cpp to the Common namespace 2018-05-15 18:27:32 -04:00
Core DSPHLE/UCodes: Replace unnecessary virtual keywords with override 2018-05-16 15:57:55 -04:00
DiscIO NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 Merge pull request #6868 from aldelaro5/qt-debugger-fix-updatediasm 2018-05-16 18:54:21 +02:00
DolphinWX PatchEngine: Make PatchType an enum class 2018-05-13 15:46:51 -04:00
InputCommon THis fixes issue #08 and #16, the rumble test and slider 2018-04-19 17:48:55 -04:00
UICommon Copy Wii NAND data to user NAND in WiiRoot 2018-05-12 17:08:50 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Merge pull request #6825 from leoetlino/onion-types 2018-05-12 21:59:43 +02:00
VideoCommon Merge pull request #6786 from stenzek/crop-negative-y 2018-05-13 08:55:59 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00