Small fix to sceSasSetSimpleADSR

This commit is contained in:
jacky400 2012-12-07 02:24:42 +08:00
parent ff34632bb4
commit 3055366e48

View File

@ -148,6 +148,7 @@ struct Voice
int decayType;
int sustainType;
int releaseType;
int sustainLevel;
int pitch;
bool endFlag;
bool PauseFlag;