diff --git a/ps3/ps3_video_psgl.c b/ps3/ps3_video_psgl.c index 09309516dc..0fec0aeb97 100644 --- a/ps3/ps3_video_psgl.c +++ b/ps3/ps3_video_psgl.c @@ -2186,6 +2186,7 @@ const video_driver_t video_gl = .free = gl_free, .ident = "gl", .set_swap_block_state = ps3graphics_set_swap_block_swap, + .set_rotation = ps3graphics_set_orientation, .swap = ps3graphics_swap };