mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Temporarly enabling this buffer underrun hack until aquadran looks at it. (See bug 872339)
svn-id: r12215
This commit is contained in:
parent
9a191d2c43
commit
a04b2fc020
@ -181,8 +181,8 @@ void IMuseDigital::callback() {
|
||||
break;
|
||||
}
|
||||
mixer_size -= result;
|
||||
// if (mixer_size < 0)
|
||||
// mixer_size = 0;
|
||||
if (mixer_size < 0)
|
||||
mixer_size = 0;
|
||||
assert(mixer_size >= 0);
|
||||
} while (mixer_size != 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user