aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/registers.c
diff options
context:
space:
mode:
authornotaz2012-07-06 20:25:51 +0300
committernotaz2012-07-09 02:35:59 +0300
commitfb552464f06137102fd9ca69a05492265bbdcea7 (patch)
tree5c9fd1c37051384bce15f58c0c3c636f0baefcc3 /plugins/dfsound/registers.c
parentf8edb5bc279ba09aa7bc762da51236fd368827b0 (diff)
downloadpcsx_rearmed-fb552464f06137102fd9ca69a05492265bbdcea7.tar.gz
pcsx_rearmed-fb552464f06137102fd9ca69a05492265bbdcea7.tar.bz2
pcsx_rearmed-fb552464f06137102fd9ca69a05492265bbdcea7.zip
spu: get rid of iSpuAsyncWait hack
..and replace with some different dma detection hack
Diffstat (limited to 'plugins/dfsound/registers.c')
-rw-r--r--plugins/dfsound/registers.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/dfsound/registers.c b/plugins/dfsound/registers.c
index 669c70f..1a51cd7 100644
--- a/plugins/dfsound/registers.c
+++ b/plugins/dfsound/registers.c
@@ -180,7 +180,6 @@ void CALLBACK SPUwriteRegister(unsigned long reg, unsigned short val)
break;
//------------------------------------------------//
}
- iSpuAsyncWait=0;
return;
}
@@ -347,8 +346,6 @@ void CALLBACK SPUwriteRegister(unsigned long reg, unsigned short val)
if ((r & ~0x3f) == H_Reverb)
rvb.dirty = 1; // recalculate on next update
-
- iSpuAsyncWait=0;
}
////////////////////////////////////////////////////////////////////////
@@ -359,8 +356,6 @@ unsigned short CALLBACK SPUreadRegister(unsigned long reg)
{
const unsigned long r=reg&0xfff;
- iSpuAsyncWait=0;
-
if(r>=0x0c00 && r<0x0d80)
{
switch(r&0x0f)