mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Fixed broken build
This commit is contained in:
parent
d663f7fc5d
commit
a107678f0d
@ -254,7 +254,7 @@ nextgpu:
|
|||||||
RARCH_ERR("[KMS/EGL]: Couldn't find a suitable DRM device.\n");
|
RARCH_ERR("[KMS/EGL]: Couldn't find a suitable DRM device.\n");
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
gpu = list->elems[gpu_index++].data;
|
gpu = gpu_descriptors->elems[gpu_index++].data;
|
||||||
|
|
||||||
g_drm_fd = open(gpu, O_RDWR);
|
g_drm_fd = open(gpu, O_RDWR);
|
||||||
if (g_drm_fd < 0)
|
if (g_drm_fd < 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user