1
0
Fork 0

Improve/fix aspect correction.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2954
This commit is contained in:
Peter Veenstra 2007-08-08 13:16:17 +00:00
parent 4fdda4e51e
commit c7205d0750
2 changed files with 57 additions and 8 deletions

View file

@ -130,6 +130,7 @@ typedef struct {
double hdend, htotal;
double parts;
} delay;
double aspect_ratio;
bool double_scan;
bool doublewidth,doubleheight;
Bit8u font[64*1024];