ifndef this out for PS3 - PS3 works now again but no joypad

input
This commit is contained in:
twinaphex 2016-12-21 22:03:25 +01:00
parent be54012c55
commit 0ab28d8bea

View File

@ -199,12 +199,14 @@ static void menu_display_gl_draw_pipeline(void *data)
video_shader_driver_set_parameter(uniform_param);
#ifndef HAVE_PSGL
uniform_param.type = UNIFORM_2F;
uniform_param.lookup.ident = "OutputSize";
uniform_param.result.f.v0 = draw->width;
uniform_param.result.f.v1 = draw->height;
video_shader_driver_set_parameter(uniform_param);
#endif
}
break;
}