mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue