dolphin/Source/Core
Lioncash c41f587c29 Frame: Hide functions that don't need to be exposed
Any functions left exposed are used elsewhere through the main_window
global. May as well prevent any more functions from being used in that
manner where possible.
2017-02-06 18:29:26 -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 Frame: Hide functions that don't need to be exposed 2017-02-06 18:29:26 -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