mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(RMenu XUI) Buildfix
This commit is contained in:
parent
75004e7ece
commit
627c26497f
@ -557,7 +557,7 @@ static void rmenu_xui_render(void)
|
||||
|
||||
if (XuiHandleIsValid(m_menutitle))
|
||||
{
|
||||
get_core_title(title, sizeof(title));
|
||||
menu_entries_get_core_title(title, sizeof(title));
|
||||
|
||||
mbstowcs(strw_buffer, title, sizeof(strw_buffer) / sizeof(wchar_t));
|
||||
XuiTextElementSetText(m_menutitlebottom, strw_buffer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user