comparison src/psf2/peops2/spu.c @ 2954:f1482af6384c

Warning clean.
author William Pitcock <nenolod@atheme.org>
date Wed, 15 Oct 2008 14:31:23 -0500
parents be414d015fec
children f2c62b0fc3ba
comparison
equal deleted inserted replaced
2953:2cbc458d8286 2954:f1482af6384c
163 int SSumL[NSSIZE]; 163 int SSumL[NSSIZE];
164 int iCycle=0; 164 int iCycle=0;
165 short * pS; 165 short * pS;
166 166
167 static int lastch=-1; // last channel processed on spu irq in timer mode 167 static int lastch=-1; // last channel processed on spu irq in timer mode
168 static int lastns=0; // last ns pos
169 static int iSecureStart=0; // secure start counter 168 static int iSecureStart=0; // secure start counter
170 169
171 extern void psf2_update(unsigned char *samples, long lBytes, void *data); 170 extern void psf2_update(unsigned char *samples, long lBytes, void *data);
172 171
173 //////////////////////////////////////////////////////////////////////// 172 ////////////////////////////////////////////////////////////////////////
547 bIRQReturn=0; 546 bIRQReturn=0;
548 { 547 {
549 lastch=ch; 548 lastch=ch;
550 // lastns=ns; // changemeback 549 // lastns=ns; // changemeback
551 550
552 return; 551 return NULL;
553 } 552 }
554 } 553 }
555 554
556 //////////////////////////////////////////// 555 ////////////////////////////////////////////
557 556