mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-22 10:41:21 +00:00
default to GL core on VideoCore
performance issues were fixed a while ago so this should be a safe default now.
This commit is contained in:
parent
a2ea556be5
commit
bc392a7379
@ -72,9 +72,7 @@ enum
|
||||
INPUT_NULL
|
||||
};
|
||||
|
||||
#if defined(HAVE_VIDEOCORE)
|
||||
#define VIDEO_DEFAULT_DRIVER VIDEO_VG
|
||||
#elif defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) || defined(__CELLOS_LV2__)
|
||||
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) || defined(__CELLOS_LV2__)
|
||||
#define VIDEO_DEFAULT_DRIVER VIDEO_GL
|
||||
#elif defined(GEKKO)
|
||||
#define VIDEO_DEFAULT_DRIVER VIDEO_WII
|
||||
|
Loading…
x
Reference in New Issue
Block a user