(XMB) Polish thumbnails settings

This commit is contained in:
Jean-André Santoni 2016-04-08 17:50:20 +07:00
parent 8e2dada12a
commit 0f8e406a05
2 changed files with 6 additions and 6 deletions

View File

@ -1353,7 +1353,7 @@ static bool config_load_file(const char *path, bool set_defaults)
CONFIG_GET_BOOL_BASE(conf, settings, menu.dynamic_wallpaper_enable, CONFIG_GET_BOOL_BASE(conf, settings, menu.dynamic_wallpaper_enable,
"menu_dynamic_wallpaper_enable"); "menu_dynamic_wallpaper_enable");
CONFIG_GET_INT_BASE(conf, settings, menu.thumbnails, CONFIG_GET_INT_BASE(conf, settings, menu.thumbnails,
"thumbnails"); "menu_thumbnails");
CONFIG_GET_BOOL_BASE(conf, settings, menu.navigation.wraparound.enable, CONFIG_GET_BOOL_BASE(conf, settings, menu.navigation.wraparound.enable,
"menu_navigation_wraparound_enable"); "menu_navigation_wraparound_enable");
CONFIG_GET_BOOL_BASE(conf, settings, CONFIG_GET_BOOL_BASE(conf, settings,
@ -2659,7 +2659,7 @@ bool config_save_file(const char *path)
config_set_bool(conf,"menu_core_enable", settings->menu.core_enable); config_set_bool(conf,"menu_core_enable", settings->menu.core_enable);
config_set_bool(conf,"menu_dynamic_wallpaper_enable", config_set_bool(conf,"menu_dynamic_wallpaper_enable",
settings->menu.dynamic_wallpaper_enable); settings->menu.dynamic_wallpaper_enable);
config_set_int(conf,"thumbnails", settings->menu.thumbnails); config_set_int(conf,"menu_thumbnails", settings->menu.thumbnails);
config_set_path(conf, "menu_wallpaper", settings->menu.wallpaper); config_set_path(conf, "menu_wallpaper", settings->menu.wallpaper);
#endif #endif
config_set_bool(conf, "video_vsync", settings->video.vsync); config_set_bool(conf, "video_vsync", settings->video.vsync);

View File

@ -89,8 +89,8 @@
# loaded by the menu depending on context. # loaded by the menu depending on context.
# dynamic_wallpapers_directory = # dynamic_wallpapers_directory =
# Boxarts directory. To store boxart PNG files. # Thumbnails directory. To store thumbnail PNG files.
# boxarts_directory = # thumbnails_directory =
# Sets start directory for menu config browser. # Sets start directory for menu config browser.
# rgui_config_directory = # rgui_config_directory =
@ -642,8 +642,8 @@
# Dynamically load a new wallpaper depending on context. # Dynamically load a new wallpaper depending on context.
# menu_dynamic_wallpaper_enable = false # menu_dynamic_wallpaper_enable = false
# Display boxart in place of the content icon if available # Type of thumbnail to display. 0 = none, 1 = snaps, 2 = titles, 3 = boxarts
# menu_boxart_enable = false # menu_thumbnails = 0
# Wrap-around toe beginning and/or end if boundary of list reached horizontally # Wrap-around toe beginning and/or end if boundary of list reached horizontally
# menu_navigation_wraparound_horizontal_enable = false # menu_navigation_wraparound_horizontal_enable = false