Add this to the list.

This commit is contained in:
Alcaro 2015-10-11 16:29:59 +02:00
parent 4e3a313805
commit 4746e44992

View File

@ -105,6 +105,9 @@ static const video_driver_t *video_drivers[] = {
#endif
#ifdef HAVE_SUNXI
&video_sunxi,
#endif
#ifdef HAVE_XSHM
&video_xshm,
#endif
&video_null,
NULL,