added choosen DRM connected mode to log output

This commit is contained in:
kernelkinetic 2020-09-20 11:13:01 +02:00
parent b6873ab9f2
commit 3eb0ebc4aa

View File

@ -3265,6 +3265,7 @@ find_connector_mode:
drmModeFreeResources(res); drmModeFreeResources(res);
return false; return false;
} }
TRACELOG(LOG_INFO, "DRM: choosen mode %s", CORE.Window.connector->modes[CORE.Window.modeIndex].name);
// Use the width and height of the surface for render // Use the width and height of the surface for render
CORE.Window.render.width = CORE.Window.screen.width; CORE.Window.render.width = CORE.Window.screen.width;