dolphin/Source/Core
Lioncash ead076d335 NetWindow: Get rid of direct use of the main_window global
Utilizes the event system (which is what should have been done here
initially), in order to prevent coupling between two different window frames.

This also makes booting games more versatile using the UI event system,
as the event can just act as a carrier for the filename, making directly
calling boot functions unnecessary. All that's needed is for the event to
propagate to the frame.
2017-02-06 18:29:20 -05:00
..
AudioCommon cmake: Move ALSA detection to AudioCommon 2017-02-05 02:55:05 +01:00
Common CMake: use configure_file to generate scmrev.h 2017-02-05 22:26:49 -08:00
Core Core: Actually make the State enum an enum class 2017-02-06 01:13:07 -05:00
DiscIO Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
DolphinQt2 Merge pull request #4818 from ligfx/bundleutilities 2017-02-06 17:39:46 +13:00
DolphinWX NetWindow: Get rid of direct use of the main_window global 2017-02-06 18:29:20 -05:00
InputCommon Merge pull request #4755 from Orphis/cmake_sdl 2017-02-06 11:55:03 -05:00
UICommon
VideoBackends FramebufferManagerBase: Return a std::pair from GetTargetSize 2017-02-03 15:27:53 -05:00
VideoCommon FramebufferManagerBase: Return a std::pair from GetTargetSize 2017-02-03 15:27:53 -05:00
CMakeLists.txt