- move ENABLE_CHANGE_OSD_RESOLUTION to scale2Res() function

This commit is contained in:
svenhoefer
2017-02-19 23:31:46 +01:00
parent 726302f945
commit 43dbfed1ba
4 changed files with 6 additions and 24 deletions

View File

@@ -297,8 +297,10 @@ int CFbAccelCSHD2::scale2Res(int size)
So let's scale these values to other resolutions.
*/
#ifdef ENABLE_CHANGE_OSD_RESOLUTION
if (screeninfo.xres == 1920)
size += size/2;
#endif
return size;
}