mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(menu_settings) Ifdef shader settings
This commit is contained in:
parent
11e2ceb34f
commit
4dc52370c6
@ -868,6 +868,7 @@ int menu_set_settings(unsigned setting, unsigned action)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#ifdef HAVE_SHADER_MANAGER
|
||||||
case RGUI_SETTINGS_SHADER_PASSES:
|
case RGUI_SETTINGS_SHADER_PASSES:
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
@ -935,6 +936,7 @@ int menu_set_settings(unsigned setting, unsigned action)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user