diff options
| author | 2021-02-09 08:12:21 -0600 | |
|---|---|---|
| committer | 2021-02-09 08:12:21 -0600 | |
| commit | bcd4e4f650a0d32b94ccf7b724de67d6ddefbee2 (patch) | |
| tree | 8dfff5becb88dcb00eb9f4fdeaecb5ed64b3e2ac /src | |
| parent | hid: Implement GC controller (diff) | |
| download | yuzu-bcd4e4f650a0d32b94ccf7b724de67d6ddefbee2.tar.gz yuzu-bcd4e4f650a0d32b94ccf7b724de67d6ddefbee2.tar.xz yuzu-bcd4e4f650a0d32b94ccf7b724de67d6ddefbee2.zip | |
Use GC image
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); |