mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-30 16:14:11 +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;
|
||||
#ifdef HAVE_SHADER_MANAGER
|
||||
case RGUI_SETTINGS_SHADER_PASSES:
|
||||
switch (action)
|
||||
{
|
||||
@ -935,6 +936,7 @@ int menu_set_settings(unsigned setting, unsigned action)
|
||||
}
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user