mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-11-24 10:04:20 +01:00
Use GC image
This commit is contained in:
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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user