maximum framerate in Video Dialog set to 900

This commit is contained in:
thrust26 2017-11-26 20:01:55 +01:00
parent 12a41adb1e
commit 9ed688613c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ VideoDialog::VideoDialog(OSystem& osystem, DialogContainer& parent,
myFrameRate =
new SliderWidget(myTab, font, xpos, ypos-1, pwidth, lineHeight,
"Framerate ", lwidth, kFrameRateChanged);
myFrameRate->setMinValue(0); myFrameRate->setMaxValue(300);
myFrameRate->setMinValue(0); myFrameRate->setMaxValue(900);
myFrameRate->setStepValue(10);
wid.push_back(myFrameRate);
myFrameRateLabel =