(PS3) Forgot to hook up set_rotate function pointer

This commit is contained in:
Twinaphex 2012-04-01 01:32:05 +02:00
parent 239e491382
commit 0eb49deaa8

View File

@ -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
};