dolphin/Source/Core/DolphinWX/Input
Michael Maltese c4bb452f2b InputConfigDiagBitmaps: add switch empty cases (fixes warning)
Fixes warning:

```
dolphin/Source/Core/DolphinWX/Input/InputConfigDiagBitmaps.cpp:170:13: warning: 7 enumeration values not handled in switch: 'Other', 'MixedTriggers', 'Buttons'... [-Wswitch]
    switch (g->control_group->type)
            ^
```
2017-03-22 13:00:54 -07:00
..
ClassicInputConfigDiag.cpp InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
ClassicInputConfigDiag.h InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
DrumsInputConfigDiag.cpp InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
DrumsInputConfigDiag.h InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
GCKeyboardInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GCKeyboardInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GCPadInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GCPadInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GuitarInputConfigDiag.cpp InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
GuitarInputConfigDiag.h InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
HotkeyInputConfigDiag.cpp Implement hotkey options group in HotkeyInputConfigDiag 2017-03-13 13:39:52 -07:00
HotkeyInputConfigDiag.h Implement hotkey options group in HotkeyInputConfigDiag 2017-03-13 13:39:52 -07:00
InputConfigDiag.cpp InputCommon: move Setting classes out of ControlGroup 2017-03-02 18:08:37 -08:00
InputConfigDiag.h InputConfigDiag: make m_iterate protected, not private 2017-03-13 13:22:09 -07:00
InputConfigDiagBitmaps.cpp InputConfigDiagBitmaps: add switch empty cases (fixes warning) 2017-03-22 13:00:54 -07:00
MicButtonConfigDiag.cpp Fix some margin discrepancies 2016-12-31 17:58:39 -05:00
MicButtonConfigDiag.h Add a special input configuration dialog for the GameCube Mic 2016-12-05 18:09:31 -05:00
NunchukInputConfigDiag.cpp InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
NunchukInputConfigDiag.h InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
TurntableInputConfigDiag.cpp InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
TurntableInputConfigDiag.h InputConfigDialog pass the device_cbox to the wiimote extension dialogs 2017-01-27 01:06:38 -05:00
WiimoteInputConfigDiag.cpp Move 'Background Input' to controller config dialog 2017-03-13 13:43:20 -07:00
WiimoteInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00