blissbox: add 4-Play to overridden hid name

This commit is contained in:
Brad Parker 2017-12-01 22:40:17 -05:00
parent 0eb8c47166
commit 067f5bcd16
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ static void input_autoconfigure_override_handler(autoconfig_params_t *params)
free(params->name);
/* override name given to autoconfig so it knows what kind of pad this is */
strlcat(name, "Bliss-Box ", sizeof(name));
strlcat(name, "Bliss-Box 4-Play ", sizeof(name));
strlcat(name, pad->name, sizeof(name));
params->name = strdup(name);