(Menu) Input Options and Shader Options don't go through settings list

yet, so put them back in menu_common_type_is
This commit is contained in:
twinaphex 2014-10-07 23:09:21 +02:00
parent 7daf5874e1
commit 0e2ce4d8d3

View File

@ -386,6 +386,8 @@ unsigned menu_common_type_is(const char *label, unsigned type)
if (
type == MENU_SETTINGS ||
type == MENU_FILE_CATEGORY ||
!strcmp(label, "Shader Options") ||
!strcmp(label, "Input Options") ||
!strcmp(label, "core_options") ||
!strcmp(label, "core_information") ||
!strcmp(label, "video_shader_parameters") ||