mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 11:57:25 +00:00
back to old method
svn-id: r13832
This commit is contained in:
parent
1189083fe0
commit
576e2986dd
@ -238,9 +238,9 @@ void IMuseDigital::callback() {
|
||||
int channels = _sound->getChannels(_track[l]->soundHandle);
|
||||
|
||||
int32 bufferUsage = _track[l]->iteration - _track[l]->stream->getFreeSpace();
|
||||
int32 bufferMin = _track[l]->iteration / 10;
|
||||
if (bufferMin < bufferUsage)
|
||||
continue;
|
||||
int32 bufferMin = _track[l]->iteration / 25;
|
||||
// if (bufferMin < bufferUsage)
|
||||
// continue;
|
||||
|
||||
int32 mixer_size = bufferMin;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user