(PS3) Got rid of warning ps3_video_psgl.c

This commit is contained in:
Twinaphex 2012-05-27 18:33:35 +02:00
parent 1b01a00e3e
commit 336a805a5a

View File

@ -164,18 +164,12 @@ static bool gl_shader_init(void)
#ifdef HAVE_CG
case RARCH_SHADER_CG:
{
return gl_cg_init(g_settings.video.cg_shader_path);
break;
}
#endif
#ifdef HAVE_XML
case RARCH_SHADER_BSNES:
{
return gl_glsl_init(g_settings.video.bsnes_shader_path);
break;
}
#endif
default: