mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
Merge pull request #12276 from Tilka/ax_volume
AX: make volume field signed
This commit is contained in:
commit
4285e9d8aa
@ -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…
x
Reference in New Issue
Block a user