ui: allow horizontal screen stretching up to 250%
Issue #1012 Issue #609
This commit is contained in:
parent
c8a45d95a7
commit
9d1a5cf0d3
|
@ -1851,7 +1851,7 @@ static void gui_display_settings()
|
|||
ImGui::SameLine();
|
||||
ShowHelpMarker("Internal render resolution. Higher is better, but more demanding on the GPU. Values higher than your display resolution (but no more than double your display resolution) can be used for supersampling, which provides high-quality antialiasing without reducing sharpness.");
|
||||
|
||||
OptionSlider("Horizontal Stretching", config::ScreenStretching, 100, 150,
|
||||
OptionSlider("Horizontal Stretching", config::ScreenStretching, 100, 250,
|
||||
"Stretch the screen horizontally");
|
||||
OptionArrowButtons("Frame Skipping", config::SkipFrame, 0, 6,
|
||||
"Number of frames to skip between two actually rendered frames");
|
||||
|
|
Loading…
Reference in New Issue