diff options
| author | german <german@thesoftwareartisans.com> | 2021-02-09 08:12:21 -0600 | 
|---|---|---|
| committer | german <german@thesoftwareartisans.com> | 2021-02-09 08:12:21 -0600 | 
| commit | bcd4e4f650a0d32b94ccf7b724de67d6ddefbee2 (patch) | |
| tree | 8dfff5becb88dcb00eb9f4fdeaecb5ed64b3e2ac /src/yuzu | |
| parent | a994a404676feed8c812e66edf3d055af8bc10e4 (diff) | |
Use GC image
Diffstat (limited to 'src/yuzu')
| -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) {      case Settings::ControllerType::RightJoycon:          DrawRightController(p, center);          break; +    case Settings::ControllerType::GameCube: +        DrawGCController(p, center); +        break;      case Settings::ControllerType::ProController:      default:          DrawProController(p, center); | 
