mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Xvideo) Fix warning - remove NULL for now removed start
This commit is contained in:
parent
d7d0ff2f23
commit
585b0fa096
@ -801,10 +801,8 @@ const video_driver_t video_xvideo = {
|
|||||||
NULL,
|
NULL,
|
||||||
xv_free,
|
xv_free,
|
||||||
"xvideo",
|
"xvideo",
|
||||||
|
|
||||||
#ifdef HAVE_RGUI
|
#ifdef HAVE_RGUI
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user