mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
fixed a typo that caused Retroarch to crash on wayland using the gl driver.
This commit is contained in:
parent
a0050dd5bb
commit
5c7c53f026
@ -609,7 +609,7 @@ static bool gfx_ctx_wl_set_video_mode(void *data,
|
||||
sigaction(SIGINT, &sa, NULL);
|
||||
sigaction(SIGTERM, &sa, NULL);
|
||||
|
||||
attr = egl_fill_attribs(attr);
|
||||
attr = egl_fill_attribs(egl_attribs);
|
||||
|
||||
wl->g_width = width ? width : DEFAULT_WINDOWED_WIDTH;
|
||||
wl->g_height = height ? height : DEFAULT_WINDOWED_HEIGHT;
|
||||
|
Loading…
Reference in New Issue
Block a user