mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(Disp drivers) Set w to 19 by default so more can fit onscreen
This commit is contained in:
parent
5eeea034c9
commit
80161051c6
@ -352,7 +352,7 @@ static void rgui_render(void)
|
||||
setting_data_get_list(),
|
||||
driver.menu->selection_buf->list[i].label);
|
||||
|
||||
unsigned w = 21;
|
||||
unsigned w = 19;
|
||||
(void)setting;
|
||||
|
||||
if (!strcmp(label, "performance_counters"))
|
||||
|
@ -225,7 +225,7 @@ static void rmenu_render(void)
|
||||
char message[256];
|
||||
char type_str[256];
|
||||
|
||||
unsigned w = 21;
|
||||
unsigned w = 19;
|
||||
|
||||
if (type == MENU_FILE_CORE)
|
||||
{
|
||||
|
@ -437,7 +437,7 @@ static void rmenu_xui_render(void)
|
||||
char message[256];
|
||||
char type_str[256];
|
||||
|
||||
unsigned w = 21;
|
||||
unsigned w = 19;
|
||||
|
||||
if (type == MENU_FILE_CORE)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user