mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
EGL: Fix android build broken by last commit
This commit is contained in:
@ -28,7 +28,7 @@ private:
|
||||
void XEventThread();
|
||||
public:
|
||||
bool ServerConnect(void);
|
||||
bool Initialize(void *config);
|
||||
bool Initialize(void *config, void *window_handle);
|
||||
void *EGLGetDisplay(void);
|
||||
void *CreateWindow(void);
|
||||
void DestroyWindow(void);
|
||||
|
Reference in New Issue
Block a user