mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-11 12:14:17 +00:00
settings: Fix mouse and keyboard mappings
This commit is contained in:
@@ -21,8 +21,7 @@ ControllerDialog::ControllerDialog(Core::System& system, QWidget* parent)
|
||||
Qt::WindowMaximizeButtonHint);
|
||||
|
||||
widget = new PlayerControlPreview(this);
|
||||
widget->SetController(system.HIDCore().GetEmulatedController(
|
||||
Core::HID::NpadIdType::Player1));
|
||||
widget->SetController(system.HIDCore().GetEmulatedController(Core::HID::NpadIdType::Player1));
|
||||
QLayout* layout = new QVBoxLayout(this);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
layout->addWidget(widget);
|
||||
|
||||
Reference in New Issue
Block a user