mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 21:41:03 +00:00
(PS3) Forgot to hook up set_rotate function pointer
This commit is contained in:
parent
239e491382
commit
0eb49deaa8
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user