forked from eden-emu/eden
service: hid: Create abstracted pad structure
This commit is contained in:
parent
1a9f68f9e8
commit
194746c558
51 changed files with 3333 additions and 43 deletions
|
@ -832,7 +832,7 @@ void QtSoftwareKeyboardDialog::SetControllerImage() {
|
|||
}();
|
||||
|
||||
switch (controller_type) {
|
||||
case Core::HID::NpadStyleIndex::ProController:
|
||||
case Core::HID::NpadStyleIndex::Fullkey:
|
||||
case Core::HID::NpadStyleIndex::GameCube:
|
||||
ui->icon_controller->setStyleSheet(
|
||||
QStringLiteral("image: url(:/overlay/controller_pro%1.png);").arg(theme));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue