mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-28 04:54:30 +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) {
|
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…
Reference in New Issue
Block a user