mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-29 13:04:56 +00:00
reduce OSD spam
This commit is contained in:
parent
028b28bf6b
commit
6fbfc27a1f
@ -127,14 +127,14 @@ static void input_autoconfigure_joypad_add(
|
||||
|
||||
if (!settings)
|
||||
return;
|
||||
|
||||
|
||||
settings->input.autoconfigured[params->idx] = true;
|
||||
input_autoconfigure_joypad_conf(conf,
|
||||
settings->input.autoconf_binds[params->idx]);
|
||||
|
||||
if (!strcmp(device_type,"remote"))
|
||||
if (!strcmp(device_type,"remote") && !remote_is_bound)
|
||||
{
|
||||
snprintf(msg, sizeof(msg), "%s configured for gui navigation",
|
||||
snprintf(msg, sizeof(msg), "%s configured",
|
||||
params->name, params->idx);
|
||||
remote_is_bound = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user