mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Load "menu_throttle" from config
This commit is contained in:
parent
002fba476d
commit
8c7ce14afb
@ -1109,6 +1109,7 @@ static bool config_load_file(const char *path, bool set_defaults)
|
||||
CONFIG_GET_BOOL(menu.navigation.browser.filter.supported_extensions_enable, "menu_navigation_browser_filter_supported_extensions_enable");
|
||||
CONFIG_GET_BOOL(menu.collapse_subgroups_enable, "menu_collapse_subgroups_enable");
|
||||
CONFIG_GET_PATH(menu.wallpaper, "menu_wallpaper");
|
||||
CONFIG_GET_BOOL(menu.throttle, "menu_throttle");
|
||||
if (!strcmp(g_settings.menu.wallpaper, "default"))
|
||||
*g_settings.menu.wallpaper = '\0';
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user