mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(configuration.c) Get rid of another memset
This commit is contained in:
parent
b15698e6d2
commit
90d6466d56
@ -1159,9 +1159,9 @@ static void config_set_defaults(void)
|
||||
settings->input.autoconf_binds[i][j].joykey = NO_BTN;
|
||||
settings->input.autoconf_binds[i][j].joyaxis = AXIS_NONE;
|
||||
}
|
||||
|
||||
settings->input.autoconfigured[i] = 0;
|
||||
}
|
||||
memset(settings->input.autoconfigured, 0,
|
||||
sizeof(settings->input.autoconfigured));
|
||||
|
||||
/* Verify that binds are in proper order. */
|
||||
for (i = 0; i < MAX_USERS; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user