2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Use GC image

This commit is contained in:
german 2021-02-09 08:12:21 -06:00
parent a994a40467
commit bcd4e4f650

View file

@ -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);