Add 'Recording Settings' to menu_entries_common_is_settings_entry
This commit is contained in:
parent
9c2193f915
commit
c2f659fb68
|
@ -138,6 +138,7 @@ int menu_entries_common_is_settings_entry(const char *label)
|
|||
!strcmp(label, "Driver Settings") ||
|
||||
!strcmp(label, "General Settings") ||
|
||||
!strcmp(label, "Video Settings") ||
|
||||
!strcmp(label, "Recording Settings") ||
|
||||
!strcmp(label, "Shader Settings") ||
|
||||
!strcmp(label, "Font Settings") ||
|
||||
!strcmp(label, "Audio Settings") ||
|
||||
|
|
Loading…
Reference in New Issue