Fix XC2/VOEZ crashing, add audio looping and a few misc fixes
This commit is contained in:
parent
0857d6a3db
commit
b455043e45
7 changed files with 197 additions and 141 deletions
|
@ -189,9 +189,6 @@ bool InfoUpdater::UpdateVoices(VoiceContext& voice_context,
|
|||
if (voice_in_params.is_new) {
|
||||
// Default our values for our voice
|
||||
voice_info.Initialize();
|
||||
if (channel_count == 0 || channel_count > AudioCommon::MAX_CHANNEL_COUNT) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// Zero out our voice states
|
||||
for (std::size_t channel = 0; channel < channel_count; channel++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue