mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Attempt to raise priority of SET_MESSAGE message when placed
on the message queue
This commit is contained in:
parent
e93e3626dd
commit
08c57063fd
@ -834,7 +834,7 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
|||||||
{
|
{
|
||||||
const struct retro_message *msg = (const struct retro_message*)data;
|
const struct retro_message *msg = (const struct retro_message*)data;
|
||||||
RARCH_LOG("Environ SET_MESSAGE: %s\n", msg->msg);
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user