Quote:
Originally Posted by Shogum3000
the resolution is 1280x768
|
OMG

5:3 resolution is rarely used, however:
Code:
case FloatToStr(GetScreenWidth div GetScreenHeight) of
{ 4/3 or 5/4 aspects ratio }
'1.3' : ARatio:='4_3';
'1.2' : ARatio:='4_3';
{ 16/9 16/10 or 5:3 aspects ratio}
'1.8' : ARatio:='16_9';
'1.6' : ARatio:='16_9';
'1.7' : ARatio:='16_9';
end;
Note: The script will use a 16:9 Bmp for full screen display, add the red line to the script.