Fix: Data race on effect volume setting with mixer thread

This commit is contained in:
Jonathan G Rennison
2022-11-07 21:26:03 +00:00
committed by Michael Lutz
parent a962d7476b
commit 0fae0599b7
4 changed files with 21 additions and 5 deletions

View File

@@ -30,4 +30,6 @@ void MxActivateChannel(MixerChannel*);
uint32 MxSetMusicSource(MxStreamCallback music_callback);
void SetEffectVolume(uint8 volume);
#endif /* MIXER_H */