mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Don't use a particular bit depth in KMS.
This commit is contained in:
parent
958bc9beb9
commit
81e7ffe9a5
@ -412,9 +412,9 @@ static bool gfx_ctx_set_video_mode(
|
||||
|
||||
#define EGL_ATTRIBS_BASE \
|
||||
EGL_SURFACE_TYPE, EGL_WINDOW_BIT, \
|
||||
EGL_RED_SIZE, 8, \
|
||||
EGL_GREEN_SIZE, 8, \
|
||||
EGL_BLUE_SIZE, 8, \
|
||||
EGL_RED_SIZE, 0, \
|
||||
EGL_GREEN_SIZE, 0, \
|
||||
EGL_BLUE_SIZE, 0, \
|
||||
EGL_DEPTH_SIZE, 0, \
|
||||
EGL_STENCIL_SIZE, 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user