Fix volume and name of Latin American languages.

This commit is contained in:
papel
2013-08-29 13:25:29 -03:00
parent 5e3270060f
commit d22e555e4f
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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);