added choosen DRM connected mode to log output
This commit is contained in:
parent
b6873ab9f2
commit
3eb0ebc4aa
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user