mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Merge pull request #12276 from Tilka/ax_volume
AX: make volume field signed
This commit is contained in:
commit
4285e9d8aa
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ struct PBDpopWM
|
||||||
|
|
||||||
struct PBVolumeEnvelope
|
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)
|
s16 cur_volume_delta; // Signed per sample delta (96 samples per frame)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue