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:
parent
286818762d
commit
616784c385
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue