mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Add effectLeft and effectRight
This commit is contained in:
parent
d14b6ed423
commit
4a1218387d
@ -199,6 +199,8 @@ struct SasVoice
|
||||
int volumeRight;
|
||||
int volumeLeftSend; // volume to "Send" (audio-lingo) to the effects processing engine, like reverb
|
||||
int volumeRightSend;
|
||||
int effectLeft;
|
||||
int effectRight;
|
||||
s16 resampleHist[2];
|
||||
|
||||
ADSREnvelope envelope;
|
||||
|
Loading…
Reference in New Issue
Block a user