mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Fix volume and name of Latin American languages.
This commit is contained in:
+1
-1
@@ -248,7 +248,7 @@ void UpdateConfirmCancelKeys() {
|
||||
SetConfirmCancelKeys(confirmKeys, cancelKeys);
|
||||
}
|
||||
|
||||
static void SetDefaultKeyMap(int deviceId, const DefMappingStruct *array, int count, bool replace) {
|
||||
static void SetDefaultKeyMap(int deviceId, const DefMappingStruct *array, size_t count, bool replace) {
|
||||
for (size_t i = 0; i < count; i++) {
|
||||
if (array[i].direction == 0)
|
||||
SetKeyMapping(array[i].pspKey, KeyDef(deviceId, array[i].key), replace);
|
||||
|
||||
Reference in New Issue
Block a user