mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
[VITA] Make (for now) vita2d renderer the default one.
This commit is contained in:
parent
96845f4a7e
commit
d7572399cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user