mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Mades the expected video signal usage explicit.
This commit is contained in:
parent
d061ea232b
commit
c0b4dd65da
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user