mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Sets TMS input gamma.
This commit is contained in:
parent
f354c12c81
commit
2fe0ceb52a
@ -70,6 +70,7 @@ TMS9918::TMS9918(Personality p) {
|
||||
"}");
|
||||
crt_->set_output_device(Outputs::CRT::OutputDevice::Monitor);
|
||||
crt_->set_visible_area(Outputs::CRT::Rect(0.055f, 0.025f, 0.9f, 0.9f));
|
||||
crt_->set_input_gamma(2.8f);
|
||||
}
|
||||
|
||||
Outputs::CRT::CRT *TMS9918::get_crt() {
|
||||
|
Loading…
Reference in New Issue
Block a user