Browse Source

Use GC image

nce_cpp
german 5 years ago
parent
commit
20d98fc773
  1. 3
      src/yuzu/configuration/configure_input_player_widget.cpp

3
src/yuzu/configuration/configure_input_player_widget.cpp

@ -226,6 +226,9 @@ void PlayerControlPreview::paintEvent(QPaintEvent* event) {
case Settings::ControllerType::RightJoycon: case Settings::ControllerType::RightJoycon:
DrawRightController(p, center); DrawRightController(p, center);
break; break;
case Settings::ControllerType::GameCube:
DrawGCController(p, center);
break;
case Settings::ControllerType::ProController: case Settings::ControllerType::ProController:
default: default:
DrawProController(p, center); DrawProController(p, center);

Loading…
Cancel
Save