mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-12 12:40:58 +00:00
2a2351eb2c
- The mutex was added to avoid the triggering of the assert in backends/midi/windows.cpp, line 95. Meanwhile, this issue has been addressed differently. - SCI does not per se require a mutex for the sound drivers. The engine is mostly thread-safe by avoiding driver calls through the main thread.