Attempt to raise priority of SET_MESSAGE message when placed

on the message queue
This commit is contained in:
twinaphex 2016-07-19 19:05:44 +02:00
parent e93e3626dd
commit 08c57063fd

View File

@ -834,7 +834,7 @@ bool rarch_environment_cb(unsigned cmd, void *data)
{
const struct retro_message *msg = (const struct retro_message*)data;
RARCH_LOG("Environ SET_MESSAGE: %s\n", msg->msg);
runloop_msg_queue_push(msg->msg, 1, msg->frames, true);
runloop_msg_queue_push(msg->msg, 3, msg->frames, true);
break;
}