mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 12:41:18 +00:00
Simplify menu_common_type_is
This commit is contained in:
parent
bdf144fc53
commit
1834bad53c
@ -445,10 +445,6 @@ unsigned menu_common_type_is(const char *label, unsigned type)
|
||||
{
|
||||
if (
|
||||
!strcmp(label, "video_shader_pass") ||
|
||||
!strcmp(label, "video_shader_filter_pass") ||
|
||||
!strcmp(label, "video_shader_scale_pass") ||
|
||||
!strcmp(label, "video_shader_default_filter") ||
|
||||
!strcmp(label, "video_shader_num_passes") ||
|
||||
!strcmp(label, "video_shader_preset")
|
||||
)
|
||||
return MENU_SETTINGS_SHADER_OPTIONS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user