Move 'Shader Settings' to Main Menu for now while we begin work

on moving it to 'Frontend Settings'
This commit is contained in:
twinaphex 2015-06-24 06:11:49 +02:00
parent f18c6d4ef6
commit 65a387c5b3

View File

@ -3461,8 +3461,8 @@ static bool setting_append_list_main_menu_options(
}
CONFIG_ACTION(
menu_hash_to_str(MENU_LABEL_OPTIONS),
menu_hash_to_str(MENU_LABEL_VALUE_OPTIONS),
menu_hash_to_str(MENU_LABEL_SHADER_OPTIONS),
menu_hash_to_str(MENU_LABEL_VALUE_SHADER_OPTIONS),
group_info.name,
subgroup_info.name,
parent_group);