mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-21 20:59:52 +01:00
Fix some .acb names [Street Fighter vs Tekken (X360)]
This commit is contained in:
parent
9dbd046205
commit
0984e4438e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user