mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Add ifdef
This commit is contained in:
parent
9364deb539
commit
7841f07e08
@ -1010,11 +1010,13 @@ static int menu_displaylist_parse_playlist(menu_displaylist_info_t *info,
|
|||||||
{
|
{
|
||||||
show_inline_core_name = true;
|
show_inline_core_name = true;
|
||||||
|
|
||||||
|
#ifdef HAVE_RGUI
|
||||||
/* Get spacer for menu entry labels (<content><spacer><core>)
|
/* Get spacer for menu entry labels (<content><spacer><core>)
|
||||||
* > Note: Only required when showing inline core names */
|
* > Note: Only required when showing inline core names */
|
||||||
if (string_is_equal(menu_driver, "rgui"))
|
if (string_is_equal(menu_driver, "rgui"))
|
||||||
strlcpy(label_spacer, PL_LABEL_SPACER_RGUI, sizeof(label_spacer));
|
strlcpy(label_spacer, PL_LABEL_SPACER_RGUI, sizeof(label_spacer));
|
||||||
else
|
else
|
||||||
|
#endif
|
||||||
strlcpy(label_spacer, PL_LABEL_SPACER_DEFAULT, sizeof(label_spacer));
|
strlcpy(label_spacer, PL_LABEL_SPACER_DEFAULT, sizeof(label_spacer));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user