mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-29 21:24:53 +00:00
SCI: added fixme about r50110/r50073
svn-id: r50115
This commit is contained in:
parent
faef4ab349
commit
4a4fcb19dd
@ -392,6 +392,9 @@ void MidiParser_SCI::allNotesOff() {
|
||||
// Note: we send to driver here directly, because in this case we would free previously mapped channels
|
||||
// and onTimer() wouldn't send them to driver anymore afterwards anyway
|
||||
|
||||
// FIXME: the common midiparser/driver code doesn't really like getting called from various threads
|
||||
// but we don't have an option here... i guess midiparser/driver code should be made thread-safe
|
||||
|
||||
// Turn off all active notes
|
||||
for (i = 0; i < 128; ++i) {
|
||||
for (j = 0; j < 16; ++j) {
|
||||
|
Loading…
Reference in New Issue
Block a user