mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
AX: make volume field signed
This fixes overly loud sounds in Freestyle Metal X (issue 13120).
This commit is contained in:
parent
ec69ed2173
commit
b8bc391d27
@ -121,7 +121,7 @@ struct PBDpopWM
|
||||
|
||||
struct PBVolumeEnvelope
|
||||
{
|
||||
u16 cur_volume; // Volume at start of frame
|
||||
s16 cur_volume; // Volume at start of frame
|
||||
s16 cur_volume_delta; // Signed per sample delta (96 samples per frame)
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user