mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-04 07:00:51 +00:00
Add default volume value for left/right channel
This commit is contained in:
parent
e4f3571e05
commit
87b5b195e3
@ -170,8 +170,8 @@ struct SasVoice
|
||||
pitch(PSP_SAS_PITCH_BASE),
|
||||
loop(true), // true = ignore VAG loop , false = process VAG loop
|
||||
noiseFreq(0),
|
||||
volumeLeft(0),
|
||||
volumeRight(0),
|
||||
volumeLeft(PSP_SAS_VOL_MAX),
|
||||
volumeRight(PSP_SAS_VOL_MAX),
|
||||
volumeLeftSend(0),
|
||||
volumeRightSend(0),
|
||||
effectLeft(0),
|
||||
|
Loading…
Reference in New Issue
Block a user