Update Core/HLE/sceSas.cpp

This commit is contained in:
jacky400
2012-12-05 23:57:32 +08:00
parent 9406a1760c
commit 3763585afb
-7
View File
@@ -299,13 +299,6 @@ void sceSasSetKeyOff()
u32 sceSasSetADSR(u32 core, int voiceNum,int flag ,int a, int d, int s, int r)
{
//u32 core = PARAM(0);
//int voiceNum = PARAM(1);
//int flag = PARAM(2);
//int a = PARAM(3);
//int d = PARAM(4);
//int s = PARAM(5);
//int r = PARAM(6); //??
DEBUG_LOG(HLE,"0=sceSasSetADSR(core=%08x, voicenum=%i, flag=%i, a=%08x, d=%08x, s=%08x, r=%08x)",core, voiceNum, flag, a,d,s,r)
Voice &v = sas.voices[voiceNum];
if ((flag & 0x1) != 0) v.attack = a;