mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
name fix
This commit is contained in:
parent
484a2e162a
commit
8c2afb700f
1 changed files with 2 additions and 2 deletions
|
@ -660,8 +660,8 @@ void KBMSettings::CheckMapping(QPushButton*& button) {
|
|||
if (pressedNonInt.size() + pressedNonInt.size() > 0) {
|
||||
QStringList keyStrings;
|
||||
|
||||
for (const QString& wheelAction : pressedNonInt) {
|
||||
keyStrings << wheelAction;
|
||||
for (const QString& buttonAction : pressedNonInt) {
|
||||
keyStrings << buttonAction;
|
||||
}
|
||||
|
||||
QString combo = keyStrings.join(",");
|
||||
|
|
Loading…
Add table
Reference in a new issue