(VC EGL) Fix driver

This commit is contained in:
twinaphex 2015-02-28 02:54:07 +01:00
parent fedf5f1a6b
commit fdd7d8be88
2 changed files with 1 additions and 2 deletions

View File

@ -419,7 +419,7 @@ const gfx_ctx_driver_t gfx_ctx_ps3 = {
gfx_ctx_ps3_get_video_output_size,
gfx_ctx_ps3_get_video_output_prev,
gfx_ctx_ps3_get_video_output_next,
NULL,
NULL, /* translate_aspect */
gfx_ctx_ps3_update_window_title,
gfx_ctx_ps3_check_window,
gfx_ctx_ps3_set_resize,

View File

@ -643,7 +643,6 @@ const gfx_ctx_driver_t gfx_ctx_videocore = {
NULL, /* get_video_output_size */
NULL, /* get_video_output_prev */
NULL, /* get_video_output_next */
NULL,
gfx_ctx_vc_translate_aspect,
gfx_ctx_vc_update_window_title,
gfx_ctx_vc_check_window,