mirror of
https://github.com/libretro/RetroArch
synced 2025-03-14 01:19:01 +00:00
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);
|
||||
}
|
||||
|
||||
if (!block_osd_spam)
|
||||
if (!block_osd_spam && !remote_is_bound)
|
||||
rarch_main_msg_queue_push(msg, 0, 60, false);
|
||||
|
||||
RARCH_LOG("%s\n", msg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user