mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(DRM EGL) Don't do useless cast
This commit is contained in:
parent
5bfd28c4a9
commit
9326d9c27c
@ -441,8 +441,8 @@ static bool gfx_ctx_drm_egl_init(void *data)
|
||||
if (!drm)
|
||||
return false;
|
||||
|
||||
drm->g_drm_fd = -1;
|
||||
gpu_descriptors = (struct string_list*)dir_list_new("/dev/dri", NULL, false);
|
||||
drm->g_drm_fd = -1;
|
||||
gpu_descriptors = dir_list_new("/dev/dri", NULL, false);
|
||||
|
||||
nextgpu:
|
||||
free_drm_resources(drm);
|
||||
|
Loading…
x
Reference in New Issue
Block a user