mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(Menu) Browser Directory was erroneously named 'Content Directory'
This commit is contained in:
parent
d14985ce0d
commit
bc41b942e6
@ -297,7 +297,7 @@ static void menu_common_entries_init(void *data, unsigned menu_type)
|
||||
#endif
|
||||
case RGUI_SETTINGS_PATH_OPTIONS:
|
||||
file_list_clear(rgui->selection_buf);
|
||||
file_list_push(rgui->selection_buf, "Content Directory", RGUI_BROWSER_DIR_PATH, 0);
|
||||
file_list_push(rgui->selection_buf, "Browser Directory", RGUI_BROWSER_DIR_PATH, 0);
|
||||
file_list_push(rgui->selection_buf, "Assets Directory", RGUI_ASSETS_DIR_PATH, 0);
|
||||
#ifdef HAVE_DYNAMIC
|
||||
file_list_push(rgui->selection_buf, "Config Directory", RGUI_CONFIG_DIR_PATH, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user