mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-10 19:12:12 +00:00
Add missing line to SDL EGL init (no way this path could have worked anywhere?)
This commit is contained in:
parent
e715fe0382
commit
d7f3f15b85
@ -193,6 +193,7 @@ int8_t EGL_Init() {
|
||||
// Get the SDL window handle
|
||||
SDL_SysWMinfo sysInfo; //Will hold our Window information
|
||||
SDL_VERSION(&sysInfo.version); //Set SDL version
|
||||
SDL_GetWindowWMInfo(window, &sysInfo);
|
||||
g_Window = (NativeWindowType)sysInfo.info.x11.window;
|
||||
#else
|
||||
g_Window = (NativeWindowType)NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user