1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-09-15 00:55:33 +00:00

Use GC image

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

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