dolphin/Source/Core
Lioncash 0540950e7a VideoConfigDiag: Move event implementations into the cpp file
Also removes the unused Event_Adapter event stub which did nothing. It
wasn't even hooked up to wx's event system.

Allows removing several includes from the header file and moving them to
the cpp file. Prevents includes being dumped into other source files
that include the header.

This uncovered an indirect include in Main for MsgHandler utilities.
2017-04-08 17:35:50 -04:00
..
AudioCommon Remove libao sound backend 2017-03-31 14:59:57 -07:00
Common Merge pull request #4467 from stenzek/gpu-texture-decoding 2017-04-03 10:46:13 +02:00
Core ControllerEmu: Replace includes with forward declarations 2017-04-04 20:38:30 -04:00
DiscIO Merge pull request #5152 from ligfx/disciomaybeuninitialized 2017-03-31 00:11:53 -04:00
DolphinNoGUI Don't special-case nogui exe name on Apple. 2017-03-08 13:17:49 -08:00
DolphinQt2 CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
DolphinWX VideoConfigDiag: Move event implementations into the cpp file 2017-04-08 17:35:50 -04:00
InputCommon ControllerEmu: Replace includes with forward declarations 2017-04-04 20:38:30 -04:00
UICommon Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
VideoBackends D3D: Drop redundant interface TextureEncoder 2017-04-04 22:57:23 +10:00
VideoCommon TextureConversionShader: Add missing swap for index of C14X2 textures 2017-04-06 23:29:40 +10:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00