mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 19:24:46 +00:00
Merge pull request #3476 from loganmc10/patch-2
EGL_DEPTH_SIZE should be set
This commit is contained in:
commit
98c1300dbe
@ -171,6 +171,7 @@ static void *gfx_ctx_vc_init(void *video_driver)
|
||||
EGL_GREEN_SIZE, 8,
|
||||
EGL_BLUE_SIZE, 8,
|
||||
EGL_ALPHA_SIZE, 8,
|
||||
EGL_DEPTH_SIZE, 16,
|
||||
EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
|
||||
EGL_NONE
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user