mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
CXX_BUILD buildfix
This commit is contained in:
parent
90cfb50658
commit
f9b75e7d76
@ -213,7 +213,7 @@ bool egl_init_context(egl_ctx_data_t *egl,
|
||||
EGLint *major, EGLint *minor,
|
||||
EGLint *n, const EGLint *attrib_ptr)
|
||||
{
|
||||
EGLDisplay dpy = (NativeDisplayType)eglGetDisplay(display_data);
|
||||
EGLDisplay dpy = (NativeDisplayType)eglGetDisplay((EGLNativeDisplayType)display_data);
|
||||
if (dpy == EGL_NO_DISPLAY)
|
||||
{
|
||||
RARCH_ERR("[EGL]: Couldn't get EGL display.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user