[VITA] Make (for now) vita2d renderer the default one.

This commit is contained in:
Rinnegatamante 2019-11-13 09:05:57 +01:00
parent 96845f4a7e
commit d7572399cc

View File

@ -340,6 +340,9 @@ static const audio_driver_t *audio_drivers[] = {
static const video_driver_t *video_drivers[] = {
#ifdef HAVE_VITA2D
&video_vita2d,
#endif
#ifdef HAVE_OPENGL
&video_gl2,
#endif
@ -373,9 +376,6 @@ static const video_driver_t *video_drivers[] = {
#if defined(HAVE_D3D8)
&video_d3d8,
#endif
#ifdef HAVE_VITA2D
&video_vita2d,
#endif
#ifdef PSP
&video_psp1,
#endif