aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/externals.h
diff options
context:
space:
mode:
authornotaz2012-07-06 20:25:51 +0300
committernotaz2012-07-09 02:35:59 +0300
commitfb552464f06137102fd9ca69a05492265bbdcea7 (patch)
tree5c9fd1c37051384bce15f58c0c3c636f0baefcc3 /plugins/dfsound/externals.h
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/externals.h')
-rw-r--r--plugins/dfsound/externals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfsound/externals.h b/plugins/dfsound/externals.h
index bdf5956..dd582ff 100644
--- a/plugins/dfsound/externals.h
+++ b/plugins/dfsound/externals.h
@@ -38,7 +38,7 @@
// num of channels
#define MAXCHAN 24
-// ~ 1 ms of data
+// ~ FRAG_MSECS ms of data
// note: must be even due to the way reverb works now
#define FRAG_MSECS 2
#define NSSIZE ((44100 * FRAG_MSECS / 1000 + 1) & ~1)
@@ -204,7 +204,7 @@ extern int iUseReverb;
extern int iUseInterpolation;
// MISC
-extern int iSpuAsyncWait;
+extern int had_dma;
extern SPUCHAN s_chan[];
extern REVERBInfo rvb;