mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(PS3) Should fix PS3 build with context driver
This commit is contained in:
parent
f4c83157af
commit
1526c8a15d
@ -418,10 +418,10 @@ const gfx_ctx_driver_t gfx_ctx_ps3 = {
|
||||
gfx_ctx_ps3_set_swap_interval,
|
||||
gfx_ctx_ps3_set_video_mode,
|
||||
gfx_ctx_ps3_get_video_size,
|
||||
NULL, /* get_refresh_rate */
|
||||
gfx_ctx_ps3_get_video_output_size,
|
||||
gfx_ctx_ps3_get_video_output_prev,
|
||||
gfx_ctx_ps3_get_video_output_next,
|
||||
NULL, /* get_refresh_rate */
|
||||
NULL, /* get_metrics */
|
||||
NULL,
|
||||
NULL, /* update_title */
|
||||
|
@ -1225,7 +1225,7 @@ const gfx_ctx_driver_t gfx_ctx_x = {
|
||||
gfx_ctx_x_swap_interval,
|
||||
gfx_ctx_x_set_video_mode,
|
||||
x11_get_video_size,
|
||||
x11_get_refresh_rate, /* get_refresh_rate */
|
||||
x11_get_refresh_rate,
|
||||
NULL, /* get_video_output_size */
|
||||
NULL, /* get_video_output_prev */
|
||||
NULL, /* get_video_output_next */
|
||||
|
Loading…
x
Reference in New Issue
Block a user