mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
(Xbox 1) Buid fix
This commit is contained in:
parent
19fae3f52f
commit
27748e6c3a
@ -1341,8 +1341,10 @@ static int set_setting_action(void *data, unsigned switchvalue, uint64_t input)
|
||||
case SETTING_DEFAULT_VIDEO_ALL:
|
||||
if(input & (1ULL << RMENU_DEVICE_NAV_START))
|
||||
{
|
||||
#if defined(HAVE_CG) || defined(HAVE_HLSL) || defined(HAVE_GLSL)
|
||||
set_setting_action(NULL, SETTING_SHADER, 1ULL << RMENU_DEVICE_NAV_START);
|
||||
set_setting_action(NULL, SETTING_SHADER_2, 1ULL << RMENU_DEVICE_NAV_START);
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
case SETTING_SOUND_MODE:
|
||||
|
Loading…
Reference in New Issue
Block a user