(PS3) Should fix PS3 build with context driver

This commit is contained in:
twinaphex 2018-04-21 18:05:25 +02:00
parent f4c83157af
commit 1526c8a15d
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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 */