MiSTer-devel / TSConf_MiSTer

TSConf for MiSTer
2 stars 6 forks source link

Tiny slowdowns #3

Open mills32 opened 3 years ago

mills32 commented 3 years ago

Hi. This core is working well, but I notice small pauses every second more or less.

It looks like at regular intervals, it draws one frame twice, and you see a small jump.

Can this be caused by my monitor?. I use HDMI to VGA adapter and an LCD monitor.

Thanks.

sorgelig commented 3 years ago

It's because original video has different frame rate than HDMI output frame rate. You need to use vsync_adjust=1 if you want butter smooth video, but your display should support non-standard frame rates.

mills32 commented 3 years ago

Thanks, that should explain it.