mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 20:44:28 +00:00
name fix
This commit is contained in:
parent
484a2e162a
commit
8c2afb700f
@ -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…
Reference in New Issue
Block a user