NoGUI: Use current resolution if unspecified

This commit is contained in:
Connor McLaughlin
2021-04-08 03:02:24 +10:00
parent 830612dbbf
commit 32ac60414c
5 changed files with 125 additions and 1 deletions

View File

@ -125,6 +125,7 @@ bool NoGUIHostInterface::CreateDisplay()
if (!CreateHostDisplayResources())
Log_WarningPrint("Failed to create host display resources");
Log_InfoPrintf("Host display initialized at %ux%u resolution", m_display->GetWindowWidth(), m_display->GetWindowHeight());
return true;
}