mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-06 18:30:39 +00:00
(RGUI and friends) Assign more label room for history list
This commit is contained in:
parent
907baa7c11
commit
c46242f637
@ -139,6 +139,9 @@ static void disp_set_label(unsigned *w, unsigned type, unsigned i,
|
||||
if (!strcmp(label, "performance_counters"))
|
||||
*w = 28;
|
||||
|
||||
if (!strcmp(label, "history_list"))
|
||||
*w = 6;
|
||||
|
||||
if (type == MENU_FILE_CORE)
|
||||
{
|
||||
strlcpy(type_str, "(CORE)", type_str_size);
|
||||
|
Loading…
Reference in New Issue
Block a user