mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-05-12 00:45:25 +00: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