mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
don't show the message for ten seconds
This commit is contained in:
parent
1b3789edde
commit
4f760352f4
1 changed files with 1 additions and 1 deletions
|
@ -1294,7 +1294,7 @@ error:
|
|||
return false;
|
||||
|
||||
skip:
|
||||
runloop_msg_queue_push(msg_hash_to_str(MSG_FIRMWARE), 100, 1000, true);
|
||||
runloop_msg_queue_push(msg_hash_to_str(MSG_FIRMWARE), 100, 500, true);
|
||||
RARCH_LOG(msg_hash_to_str(MSG_FIRMWARE));
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue