mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Add HAVE_COMPRESSION ifdef
This commit is contained in:
parent
2def1814cf
commit
836ce3bfbb
@ -7296,6 +7296,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
|
||||
MENU_SETTING_ACTION, 0, 0))
|
||||
count++;
|
||||
|
||||
#ifdef HAVE_COMPRESSION
|
||||
if (settings->bools.menu_show_core_updater)
|
||||
{
|
||||
if (menu_entries_append_enum(info->list,
|
||||
@ -7376,6 +7377,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
|
||||
MENU_SETTING_ACTION, 0, 0))
|
||||
count++;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user