mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-14 16:37:31 +00:00
b58ad2a1f8
BGM_Device::StartIO was holding the state mutex longer than it needed to, which meant HasProperty, GetProperty, etc. couldn't return. If BGMPlayThrough was notified about IO starting after StartIO locked the mutex, BGMPlayThrough would get stuck trying to get one of BGMDevice's properties. Fixes #46. |
||
---|---|---|
.. | ||
BGMDriver | ||
BGMDriver.xcodeproj | ||
BGMDriverTests | ||
PublicUtility |