Bug fix: support more than 1024 vertical scanlines.
The previous logic assumes that the vertical height divided
by NUM_SCANLINES is less or equal to NUM_SCANLINES.
For large displays, this is clearly wrong. The new logic
scales with vertical height.
Signed-off-by:
Jeremy White <jwhite@codeweavers.com>
Please register or sign in to comment