mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(DRM EGL) Build fix
This commit is contained in:
parent
98efef1098
commit
6b6515b101
@ -254,7 +254,7 @@ nextgpu:
|
||||
RARCH_ERR("[KMS/EGL]: Couldn't find a suitable DRM device.\n");
|
||||
goto error;
|
||||
}
|
||||
gpu = list->elems[gpu_index++].data;
|
||||
gpu = gpu_descriptors->elems[gpu_index++].data;
|
||||
|
||||
g_drm_fd = open(gpu, O_RDWR);
|
||||
if (g_drm_fd < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user