Fix music mode change thread safety

This commit is contained in:
elasota
2019-12-26 13:12:56 -05:00
parent c4e93b0ccf
commit b9f1d5222f
2 changed files with 55 additions and 30 deletions

View File

@@ -13,3 +13,4 @@ struct SoundSyncState
SoundSyncState SoundSync_ReadAll();
void SoundSync_ClearPriority(int index);
void SoundSync_PutPriority(int index, int16_t priority);