mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 16:18:42 +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) {
|
if (pressedNonInt.size() + pressedNonInt.size() > 0) {
|
||||||
QStringList keyStrings;
|
QStringList keyStrings;
|
||||||
|
|
||||||
for (const QString& wheelAction : pressedNonInt) {
|
for (const QString& buttonAction : pressedNonInt) {
|
||||||
keyStrings << wheelAction;
|
keyStrings << buttonAction;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString combo = keyStrings.join(",");
|
QString combo = keyStrings.join(",");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue