Fix some .acb names [Street Fighter vs Tekken (X360)]

This commit is contained in:
bnnm 2020-11-15 01:28:42 +01:00
parent 9dbd046205
commit 0984e4438e

View File

@ -275,9 +275,10 @@ static int load_acb_synth(acb_header* acb, int16_t Index) {
acb->synth_depth++;
if (acb->synth_depth > 2) {
/* sometimes 2 (ex. Yakuza 6) or even 3 (Street Fighter vs Tekken) */
if (acb->synth_depth > 3) {
VGM_LOG("ACB: Synth depth too high\n");
goto fail; /* max Synth > Synth > Waveform (ex. Yakuza 6) */
goto fail;
}
//todo .CommandIndex > CommandTable