From 22992d7f959ecedd5c38e8e00a05d6a16f58ffb1 Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Tue, 21 Feb 2023 22:26:52 +0100 Subject: [PATCH] Add function prototype to egl_common.h --- gfx/common/egl_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/common/egl_common.h b/gfx/common/egl_common.h index 7f8948fcaa..acb7c66e2c 100644 --- a/gfx/common/egl_common.h +++ b/gfx/common/egl_common.h @@ -121,6 +121,8 @@ bool egl_get_native_visual_id(egl_ctx_data_t *egl, EGLint *value); bool egl_get_config_attrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); +void egl_report_error(void); + bool egl_has_config(egl_ctx_data_t *egl); RETRO_END_DECLS