mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-04 16:26:25 +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;
|
||||
|
||||
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__
|
||||
|
||||
font_parms.x = POSITION_X;
|
||||
|
Loading…
x
Reference in New Issue
Block a user