MiSTer-devel / Main_MiSTer

Main MiSTer binary and Wiki
GNU General Public License v3.0
3.07k stars 332 forks source link

Integer scaling should rotate when video signal is rotated #319

Open dfilskov opened 3 years ago

dfilskov commented 3 years ago

When you rotate the video signal in the OSD of a core the interger scaling is suddenly side-ways.

Perhaps the aspect ratio is wrong too?

sorgelig commented 3 years ago

Main has no idea about rotation. Main only deals with integer scaling vertically on monitor and has no idea about content.

dfilskov commented 3 years ago

I see. That makes sense, but perhaps it would be useful - for when using CRTs for instance - that the interger scaling matched the scanlines? - and perhaps scanlines are not always drawn horizontally - thus it would be useful to have a setting for integer scaling both horizontally and vertically?

sorgelig commented 3 years ago

CRT? You mean VGA output? The video on VGA is always matches original video.

dfilskov commented 3 years ago

VGA, yes (CRT = Cathode-Ray Tube) ... original video: Ah cool! - So interger is for flatpanels then. It would be great having horizintal integer setting too, though, in any case :)