dolphin/Source/Core
Lioncash 89da37b1c6 HotkeyInputConfigDialog: Move UI creation into named functions
The constructor shouldn't be used as a dumping ground for all UI-related
initialization. Doing so makes it somewhat more difficult to reason about
how certain UI elements get created. It also puts unrelated identifiers in
the same scope.

This separates the UI creation out so code relevant to each component
is self-contained.
2017-01-05 16:26:42 -05:00
..
AudioCommon Display warning when dumping audio if file exists 2016-12-17 22:45:01 -05:00
Common specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
Core Merge pull request #4595 from aldelaro5/add-debugger-hotkeys 2017-01-05 14:33:10 -05:00
DiscIO DiscScrubber: Make struct and variable names conformant to the coding style 2017-01-04 17:04:41 -05:00
DolphinQt2 Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DolphinWX HotkeyInputConfigDialog: Move UI creation into named functions 2017-01-05 16:26:42 -05:00
InputCommon macOS: Add missing includes to fix no-PCH build 2017-01-02 11:45:24 +11:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
VideoCommon specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
CMakeLists.txt