mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 03:40:03 +00:00
(RMenu XUI) Use video_poke set_osd_msg
This commit is contained in:
parent
05faa24307
commit
e9d8b2848f
@ -1533,7 +1533,10 @@ bool menu_iterate(void)
|
|||||||
msg = msg_queue_pull(g_extern.msg_queue);
|
msg = msg_queue_pull(g_extern.msg_queue);
|
||||||
|
|
||||||
if (msg)
|
if (msg)
|
||||||
device_ptr->font_ctx->render_msg(device_ptr, msg);
|
{
|
||||||
|
if (driver.video_poke->set_osd_msg)
|
||||||
|
driver.video_poke->set_osd_msg(driver.video_data, msg, NULL);
|
||||||
|
}
|
||||||
|
|
||||||
device_ptr->ctx_driver->swap_buffers();
|
device_ptr->ctx_driver->swap_buffers();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user