BackgroundMusic/BGMDriver
Kyle Neideck 18aa97f055
Fix some minor bugs, mostly found by Coverity.
BGMDeviceControlsList: Set some members to null before they've been
lazily initialised.

BGM_TaskQueue: Fix the destructor possibly throwing.

BGM_Device and BGM_NullDevice: Fix integer division when calculating the
host clock frequency.

BGM_Utils: Fix the C++ utility function used to explicitly cast
__nullable values to __nonnull. (Was previously unused.)
2017-12-28 18:46:52 +11:00
..
BGMDriver Fix some minor bugs, mostly found by Coverity. 2017-12-28 18:46:52 +11:00
BGMDriver.xcodeproj Link BGMDriver tests with Accelerate framework. 2017-12-27 13:46:58 +11:00
BGMDriverTests Set the OS default audio device back if BGMApp exits abnormally. 2017-10-23 20:19:42 +11:00
PublicUtility Refactor non-UI code out of BGMAppVolumes. 2017-10-28 18:13:08 +11:00