don't show the message for ten seconds

This commit is contained in:
radius 2016-11-29 22:23:15 -05:00
parent 1b3789edde
commit 4f760352f4

View File

@ -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;