mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 12:08:00 -05:00
adpcm streaming
This commit is contained in:
@ -520,8 +520,7 @@ void VoiceContext::SortInfo() {
|
||||
}
|
||||
|
||||
void VoiceContext::UpdateStateByDspShared() {
|
||||
std::memcpy(voice_states.data(), dsp_voice_states.data(),
|
||||
sizeof(VoiceState) * dsp_voice_states.size());
|
||||
voice_states = dsp_voice_states;
|
||||
}
|
||||
|
||||
} // namespace AudioCore
|
||||
|
Reference in New Issue
Block a user