mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +00:00
(RMenu) Fix title at bootup
This commit is contained in:
parent
7a2c78ae68
commit
e303156ffc
@ -491,7 +491,7 @@ static void display_menubar(uint8_t menu_type)
|
|||||||
font_parms.color = WHITE;
|
font_parms.color = WHITE;
|
||||||
|
|
||||||
if (driver.video_poke->set_osd_msg)
|
if (driver.video_poke->set_osd_msg)
|
||||||
driver.video_poke->set_osd_msg(driver.video_data, g_extern.title_buf, &font_parms);
|
driver.video_poke->set_osd_msg(driver.video_data, rgui->info.library_name, &font_parms);
|
||||||
#ifdef __CELLOS_LV2__
|
#ifdef __CELLOS_LV2__
|
||||||
|
|
||||||
font_parms.x = POSITION_X;
|
font_parms.x = POSITION_X;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user