Update AEG params when FNS or OCT registers are updated
Fixes Bomberman Online FMV intro freeze, Jet Grind Radio and Psyvariar 2 intro music fade out and probably more.
This commit is contained in:
parent
25ec591e2e
commit
1ac497ba30
|
@ -688,6 +688,7 @@ struct ChannelEx
|
|||
case 0x18://FNS
|
||||
case 0x19://FNS,OCT
|
||||
UpdatePitch();
|
||||
UpdateAEG();
|
||||
break;
|
||||
|
||||
case 0x1C://ALFOS,ALFOWS,PLFOS
|
||||
|
|
Loading…
Reference in New Issue