win32: increase sound buffer to allow at least one frame (fixes #794)

This commit is contained in:
OV2 2023-03-31 17:02:47 +02:00
parent 0b5bad6523
commit d29098ca44
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ bool ReInitSound()
S9xSoundOutput->DeInitSoundOutput();
last_volume = 1.0;
return S9xInitSound(0);
return S9xInitSound(25);
}
void CloseSoundDevice() {