mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
ifndef this out for PS3 - PS3 works now again but no joypad
input
This commit is contained in:
parent
be54012c55
commit
0ab28d8bea
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user