1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Mades the expected video signal usage explicit.

This commit is contained in:
Thomas Harte 2018-04-04 19:01:18 -04:00
parent d061ea232b
commit c0b4dd65da

View File

@ -22,6 +22,7 @@ Video::Video() :
"}");
// Show only the centre 80% of the TV frame.
crt_->set_video_signal(Outputs::CRT::VideoSignal::Composite);
crt_->set_visible_area(Outputs::CRT::Rect(0.1f, 0.1f, 0.8f, 0.8f));
}