mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +00:00
(XMB) Polish thumbnails settings
This commit is contained in:
parent
8e2dada12a
commit
0f8e406a05
@ -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);
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user