mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
ozone: fix typo, show images tab properly
This commit is contained in:
parent
f318f4a1a9
commit
186cc288bb
@ -1876,7 +1876,7 @@ static void *ozone_init(void **userdata, bool video_is_threaded)
|
||||
ozone->tabs[++ozone->system_tab_end] = OZONE_SYSTEM_TAB_FAVORITES;
|
||||
if (settings->bools.menu_content_show_history)
|
||||
ozone->tabs[++ozone->system_tab_end] = OZONE_SYSTEM_TAB_HISTORY;
|
||||
#ifdef HAVE_IMAGEVIEWERe
|
||||
#ifdef HAVE_IMAGEVIEWER
|
||||
if (settings->bools.menu_content_show_images)
|
||||
ozone->tabs[++ozone->system_tab_end] = OZONE_SYSTEM_TAB_IMAGES;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user