diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_input_player_widget.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_input_player_widget.cpp b/src/yuzu/configuration/configure_input_player_widget.cpp index e3e8bde48..b8bcb44a4 100644 --- a/src/yuzu/configuration/configure_input_player_widget.cpp +++ b/src/yuzu/configuration/configure_input_player_widget.cpp | |||
| @@ -226,6 +226,9 @@ void PlayerControlPreview::paintEvent(QPaintEvent* event) { | |||
| 226 | case Settings::ControllerType::RightJoycon: | 226 | case Settings::ControllerType::RightJoycon: |
| 227 | DrawRightController(p, center); | 227 | DrawRightController(p, center); |
| 228 | break; | 228 | break; |
| 229 | case Settings::ControllerType::GameCube: | ||
| 230 | DrawGCController(p, center); | ||
| 231 | break; | ||
| 229 | case Settings::ControllerType::ProController: | 232 | case Settings::ControllerType::ProController: |
| 230 | default: | 233 | default: |
| 231 | DrawProController(p, center); | 234 | DrawProController(p, center); |