mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 07:35:45 +00:00
Use GC image
This commit is contained in:
parent
020c22f53d
commit
20d98fc773
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue