don't show the message for ten seconds
This commit is contained in:
parent
1b3789edde
commit
4f760352f4
|
@ -1294,7 +1294,7 @@ error:
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
skip:
|
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));
|
RARCH_LOG(msg_hash_to_str(MSG_FIRMWARE));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue