1
0
Fork 0

Increase prebuffer slightly, as certain things (create new surfaces) take a longer time nowadays.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4037
This commit is contained in:
Peter Veenstra 2017-09-02 08:13:13 +00:00
parent 286818762d
commit 616784c385

View file

@ -498,7 +498,7 @@ void DOSBOX_Init(void) {
Pint->Set_values(blocksizes);
Pint->Set_help("Mixer block size, larger blocks might help sound stuttering but sound will also be more lagged.");
Pint = secprop->Add_int("prebuffer",Property::Changeable::OnlyAtStart,20);
Pint = secprop->Add_int("prebuffer",Property::Changeable::OnlyAtStart,25);
Pint->SetMinMax(0,100);
Pint->Set_help("How many milliseconds of data to keep on top of the blocksize.");