diff --git a/ps3/ps3_video_psgl.c b/ps3/ps3_video_psgl.c index e17bd07fc1..74da84f449 100644 --- a/ps3/ps3_video_psgl.c +++ b/ps3/ps3_video_psgl.c @@ -950,7 +950,6 @@ static bool gl_frame(void *data, const void *frame, unsigned width, unsigned hei if (msg) { - gl_render_msg_pre(gl); gl_render_msg(gl, msg); gl_render_msg_post(gl); }