mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(DRM Go2) fix to prior commit - not sure why this was missing
This commit is contained in:
parent
623b925256
commit
5351aeaa4e
@ -270,7 +270,7 @@ static bool gfx_ctx_go2_drm_set_video_mode(void *data,
|
||||
static void gfx_ctx_go2_drm_get_video_size(void *data,
|
||||
unsigned *width, unsigned *height)
|
||||
{
|
||||
gfx_ctx_go2_drm_data_t drm = (gfx_ctx_go2_drm_data_t)data;
|
||||
gfx_ctx_go2_drm_data_t *drm = (gfx_ctx_go2_drm_data_t*)data;
|
||||
|
||||
if (!drm)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user