reduce OSD spam
This commit is contained in:
parent
6fbfc27a1f
commit
801ad5c4ff
|
@ -148,7 +148,7 @@ static void input_autoconfigure_joypad_add(
|
||||||
params->name, params->idx);
|
params->name, params->idx);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!block_osd_spam)
|
if (!block_osd_spam && !remote_is_bound)
|
||||||
rarch_main_msg_queue_push(msg, 0, 60, false);
|
rarch_main_msg_queue_push(msg, 0, 60, false);
|
||||||
|
|
||||||
RARCH_LOG("%s\n", msg);
|
RARCH_LOG("%s\n", msg);
|
||||||
|
|
Loading…
Reference in New Issue