mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
EGL: Fix android build broken by last commit
This commit is contained in:
parent
d4ff195cad
commit
202054708b
5 changed files with 7 additions and 8 deletions
|
@ -173,9 +173,7 @@ bool cInterfaceEGL::Create(void *&window_handle)
|
|||
else
|
||||
eglBindAPI(EGL_OPENGL_ES_API);
|
||||
|
||||
GLWin.parent = (Window) window_handle;
|
||||
|
||||
if (!Platform.Init(config))
|
||||
if (!Platform.Init(config, window_handle))
|
||||
return false;
|
||||
|
||||
s = eglQueryString(GLWin.egl_dpy, EGL_VERSION);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue