mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Adjusted visible portion of frame; completely empirical, as I'm chasing a machine that shipped with a monitor.
This commit is contained in:
parent
cc8380c286
commit
63f57c8c4f
@ -273,7 +273,7 @@ class CRTCBusHandler {
|
||||
"uint sample = texture(texID, coordinate).r;"
|
||||
"return vec3(float((sample >> 4) & 3u), float((sample >> 2) & 3u), float(sample & 3u)) / 2.0;"
|
||||
"}");
|
||||
crt_->set_visible_area(Outputs::CRT::Rect(0.05f, 0.05f, 0.9f, 0.9f));
|
||||
crt_->set_visible_area(Outputs::CRT::Rect(0.075f, 0.05f, 0.9f, 0.9f));
|
||||
}
|
||||
|
||||
/// Destructs the CRT.
|
||||
|
Loading…
x
Reference in New Issue
Block a user