KieronJ / rpsx

A PlayStation emulator written in Rust.
MIT License
42 stars 2 forks source link

Video height is halved for 240p output #8

Closed KieronJ closed 1 year ago

KieronJ commented 1 year ago

When a real CRT displays 240p content, the image will be stretched to the full height of the display as the image is displayed on every other line.

Currently we are treating 240p as actually having a height of 240 lines which affects the aspect ratio and scaling calculations.