mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(mali_fbdev) Cleanup
This commit is contained in:
parent
55591e97c3
commit
5bf5c7d790
@ -68,14 +68,8 @@ static void gfx_ctx_mali_fbdev_get_video_size(void *data,
|
|||||||
{
|
{
|
||||||
(void)data;
|
(void)data;
|
||||||
|
|
||||||
*width = 0;
|
*width = g_width;
|
||||||
*height = 0;
|
*height = g_height;
|
||||||
|
|
||||||
if (g_egl_dpy != EGL_NO_DISPLAY && g_egl_surf != EGL_NO_SURFACE)
|
|
||||||
{
|
|
||||||
*width = g_width;
|
|
||||||
*height = g_height;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool gfx_ctx_mali_fbdev_init(void *data)
|
static bool gfx_ctx_mali_fbdev_init(void *data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user