BackgroundMusic/BGMApp
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
..
BGMApp Fix some minor bugs, mostly found by Coverity. 2017-12-28 18:46:52 +11:00
BGMApp.xcodeproj Add a volume slider for system sounds. 2017-12-26 23:10:57 +11:00
BGMAppTests Add a UI test for the output volume slider. 2017-09-17 16:43:51 +10:00
BGMXPCHelper Refactor non-UI code out of BGMAppVolumes. 2017-10-28 18:13:08 +11:00
BGMXPCHelperTests Refactor non-UI code out of BGMAppVolumes. 2017-10-28 18:13:08 +11:00
OptimizationProfiles Add the Vox music player to BGMApp. 2016-04-18 00:36:55 +10:00
PublicUtility Refactor non-UI code out of BGMAppVolumes. 2017-10-28 18:13:08 +11:00