mirror of
https://github.com/libretro/RetroArch
synced 2025-03-14 01:19:01 +00:00
fix typo
This commit is contained in:
parent
55e5dc83dc
commit
12dcc5ae0a
@ -227,7 +227,7 @@ static bool input_autoconfigure_joypad_from_conf_dir(
|
||||
else
|
||||
{
|
||||
RARCH_LOG("Autoconf: no profiles found for %s (%d/%d)", params->name, params->vid, params->pid);
|
||||
snprintf(msg, sizeof(msg), "%s (%d/%d) not configured", parms->name, params->vid, params->pid);
|
||||
snprintf(msg, sizeof(msg), "%s (%d/%d) not configured", params->name, params->vid, params->pid);
|
||||
rarch_main_msg_queue_push(msg, 0, 60, false);
|
||||
ret = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user