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
parent 299159d5e9
commit e8463a15c3
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 */