mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(DRM EGL) Don't do useless cast
This commit is contained in:
parent
5bfd28c4a9
commit
9326d9c27c
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue