citra-qt: Add /default parsing for hotkeys. Also minor code cleanups.
This commit is contained in:
parent
71f36efd27
commit
80ebd75285
12 changed files with 67 additions and 74 deletions
|
@ -295,7 +295,7 @@ QList<QKeySequence> ConfigureInput::GetUsedKeyboardKeys() {
|
|||
}
|
||||
|
||||
// TODO(adityaruplaha): Add home button to list when we finally emulate it
|
||||
// Button ID of home button is 14: Reffered from citra_qt/configuration/config.cpp
|
||||
// Button ID of home button is 14: Referred from citra_qt/configuration/config.cpp
|
||||
list.removeOne(list.indexOf(QKeySequence(buttons_param[14].Get("code", 0))));
|
||||
return list;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue