From 4f760352f4b5669946bc82ccacd759bfc5e08c8a Mon Sep 17 00:00:00 2001 From: radius Date: Tue, 29 Nov 2016 22:23:15 -0500 Subject: [PATCH] don't show the message for ten seconds --- tasks/task_content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/task_content.c b/tasks/task_content.c index 0483686318..b15dc86236 100644 --- a/tasks/task_content.c +++ b/tasks/task_content.c @@ -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;