mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-07 10:57:44 +00:00
print an OSD message when no profiles found
This commit is contained in:
parent
1818633914
commit
55e5dc83dc
@ -228,6 +228,7 @@ static bool input_autoconfigure_joypad_from_conf_dir(
|
||||
{
|
||||
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);
|
||||
rarch_main_msg_queue_push(msg, 0, 60, false);
|
||||
ret = 0;
|
||||
}
|
||||
string_list_free(list);
|
||||
|
Loading…
x
Reference in New Issue
Block a user