mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-09 06:03:35 +02:00
[Common] Fixes from Unknown W. Brackets: <checkins@unknownbrackets.org>
This commit is contained in:
committed by
Henrik Rydgård
parent
efa742322b
commit
4ef014cb73
@@ -42,7 +42,7 @@ std::vector<InputMapping> tabRightKeys;
|
||||
static std::unordered_map<InputDeviceID, int> uiFlipAnalogY;
|
||||
|
||||
static void AppendKeys(std::vector<InputMapping> &keys, const std::vector<InputMapping> &newKeys) {
|
||||
for (auto key : newKeys) {
|
||||
for (const auto &key : newKeys) {
|
||||
keys.push_back(key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user