KieronJ / rpsx

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

Video height is halved for 240p output #8

Closed KieronJ closed 11 months ago

KieronJ commented 11 months 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.