From 3763585afbbfe032e983cb616e2e40af3711b093 Mon Sep 17 00:00:00 2001 From: jacky400 Date: Wed, 5 Dec 2012 23:57:32 +0800 Subject: [PATCH] Update Core/HLE/sceSas.cpp --- Core/HLE/sceSas.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Core/HLE/sceSas.cpp b/Core/HLE/sceSas.cpp index 3be529e1ee..a6485a74fb 100644 --- a/Core/HLE/sceSas.cpp +++ b/Core/HLE/sceSas.cpp @@ -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;