mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 19:21:27 +00:00
Another buildfix
This commit is contained in:
parent
97b7512420
commit
f0d51596d1
@ -1665,6 +1665,7 @@ static void rgui_render(void *data, bool is_idle)
|
||||
|
||||
for (; i < end; i++, y += FONT_HEIGHT_STRIDE)
|
||||
{
|
||||
menu_entry_t entry;
|
||||
char entry_value[255];
|
||||
char message[255];
|
||||
char entry_title_buf[255];
|
||||
@ -1687,7 +1688,6 @@ static void rgui_render(void *data, bool is_idle)
|
||||
type_str_buf[0] = '\0';
|
||||
|
||||
/* Get current entry */
|
||||
menu_entry_t entry;
|
||||
menu_entry_init(&entry);
|
||||
menu_entry_get(&entry, 0, (unsigned)i, NULL, true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user