mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
CXX_BUILD buildfix
This commit is contained in:
parent
90cfb50658
commit
f9b75e7d76
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue