Merge pull request #5501 from Brunnis/master
Don't show "Enable Settings Tab" option in RGUI
This commit is contained in:
commit
e3ef431b79
|
@ -6369,10 +6369,6 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
||||||
MENU_ENUM_LABEL_START_CORE, PARSE_ACTION, false);
|
MENU_ENUM_LABEL_START_CORE, PARSE_ACTION, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
menu_displaylist_parse_settings_enum(menu, info,
|
|
||||||
MENU_ENUM_LABEL_XMB_MAIN_MENU_ENABLE_SETTINGS,
|
|
||||||
PARSE_ACTION, false);
|
|
||||||
|
|
||||||
#ifndef HAVE_DYNAMIC
|
#ifndef HAVE_DYNAMIC
|
||||||
if (frontend_driver_has_fork())
|
if (frontend_driver_has_fork())
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue