Fix race between the Butler thread starting and audio (perhaps) being disabled.
authorCarl Hetherington <cth@carlh.net>
Thu, 26 May 2022 18:04:33 +0000 (20:04 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 26 May 2022 18:04:33 +0000 (20:04 +0200)
This could cause Butler::audio to be called with _audio_channels = 0
and _disable_audio = false, causing an exception in AudioBuffers when
remap() tried to make an AudioBuffers object with a channel count of 0.


No differences found