diff options
Diffstat (limited to 'emulator/opengl/system/egl/eglDisplay.cpp')
-rw-r--r-- | emulator/opengl/system/egl/eglDisplay.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulator/opengl/system/egl/eglDisplay.cpp b/emulator/opengl/system/egl/eglDisplay.cpp index 2497548..bcb0d4b 100644 --- a/emulator/opengl/system/egl/eglDisplay.cpp +++ b/emulator/opengl/system/egl/eglDisplay.cpp @@ -24,7 +24,8 @@ static const char systemEGLVendor[] = "Google Android emulator"; // list of extensions supported by this EGL implementation // NOTE that each extension name should be suffixed with space static const char systemStaticEGLExtensions[] = - "EGL_ANDROID_image_native_buffer "; + "EGL_ANDROID_image_native_buffer " + "EGL_KHR_fence_sync "; // list of extensions supported by this EGL implementation only if supported // on the host implementation. |