mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 09:09:49 +00:00
Fix a couple spacing things.
This commit is contained in:
parent
1f60c3c07b
commit
13f6c26b6b
@ -245,7 +245,7 @@ void UpdateConfirmCancelKeys() {
|
||||
cancelKeys.push_back(hardcodedCancelKeys[i]);
|
||||
}
|
||||
|
||||
SetConfirmCancelKeys(confirmKeys,cancelKeys);
|
||||
SetConfirmCancelKeys(confirmKeys, cancelKeys);
|
||||
}
|
||||
|
||||
static void SetDefaultKeyMap(int deviceId, const DefMappingStruct *array, int count, bool replace) {
|
||||
|
Loading…
Reference in New Issue
Block a user